1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-23 07:14:21 +00:00

🗒 Add DJANGO_SETTINGS_MODULE envvar

This commit is contained in:
Steffo 2021-04-06 23:09:07 +02:00
parent 004c6c9be4
commit d9537095aa
Signed by: steffo
GPG key ID: 6965406171929D01

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_DATABASE_PASSWORD`: the password of the PostgreSQL user to login as
- `DJANGO_LANGUAGE_CODE`: the language to use in the dynamic pages - `DJANGO_LANGUAGE_CODE`: the language to use in the dynamic pages
- `DJANGO_TIME_ZONE`: the timezone to use in the display of datetimes - `DJANGO_TIME_ZONE`: the timezone to use in the display of datetimes
- `DJANGO_SETTINGS_MODULE`: should always be `sophon.settings`
## Development ## Development