recompiled messages + added timezone setting

This commit is contained in:
vabene1111
2020-12-14 12:03:43 +01:00
parent 26499ad431
commit a5d2bd75d6
4 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ ALLOWED_HOSTS=*
# random secret key, use for example base64 /dev/urandom | head -c50 to generate one
SECRET_KEY=
# your default timezone
TIMEZONE=Europe/Berlin
# add only a database password if you want to run with the default postgres, otherwise change settings accordingly
DB_ENGINE=django.db.backends.postgresql_psycopg2
POSTGRES_HOST=db_recipes