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:
|
||||
backend: postgresql_psycopg2
|
||||
backend: 'django.db.backends.postgresql'
|
||||
host: docker
|
||||
name: PROJECT_NAME_BRANCH_EXT
|
||||
port: DOCKER_PORT
|
||||
|
|
|
|||
|
|
@ -72,6 +72,10 @@ templates:
|
|||
source: "local.jinja2"
|
||||
output: "local.py"
|
||||
|
||||
local.generated:
|
||||
source: "local.generated.jinja2"
|
||||
output: "local_generated.py"
|
||||
|
||||
wsgi:
|
||||
source: "wsgi.jinja2"
|
||||
output: "wsgi.py"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue