1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 07:07:26 +00:00

🗒 Add DJANGO_SETTINGS_MODULE envvar

This commit is contained in:
Steffo 2021-04-06 23:09:07 +02:00
parent e52ac684a5
commit 574c45e2ef

View file

@ -20,6 +20,7 @@ The following environment variables should be set:
- `DJANGO_DATABASE_PASSWORD`: the password of the PostgreSQL user to login as
- `DJANGO_LANGUAGE_CODE`: the language to use in the dynamic pages
- `DJANGO_TIME_ZONE`: the timezone to use in the display of datetimes
- `DJANGO_SETTINGS_MODULE`: should always be `sophon.settings`
## Development