updated meta information in templates.

This commit is contained in:
ronnyabraham 2020-08-10 23:06:41 +03:00
parent 512328cb6f
commit f64b235eae
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,5 @@
database:
backend: postgresql_psycopg2
backend: 'django.db.backends.postgresql'
host: docker
name: PROJECT_NAME_BRANCH_EXT
port: DOCKER_PORT

View file

@ -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"