updated meta information in templates.
This commit is contained in:
parent
512328cb6f
commit
f64b235eae
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
database:
|
database:
|
||||||
backend: postgresql_psycopg2
|
backend: 'django.db.backends.postgresql'
|
||||||
host: docker
|
host: docker
|
||||||
name: PROJECT_NAME_BRANCH_EXT
|
name: PROJECT_NAME_BRANCH_EXT
|
||||||
port: DOCKER_PORT
|
port: DOCKER_PORT
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,10 @@ templates:
|
||||||
source: "local.jinja2"
|
source: "local.jinja2"
|
||||||
output: "local.py"
|
output: "local.py"
|
||||||
|
|
||||||
|
local.generated:
|
||||||
|
source: "local.generated.jinja2"
|
||||||
|
output: "local_generated.py"
|
||||||
|
|
||||||
wsgi:
|
wsgi:
|
||||||
source: "wsgi.jinja2"
|
source: "wsgi.jinja2"
|
||||||
output: "wsgi.py"
|
output: "wsgi.py"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue