Skip to content

Commit

Permalink
Update settings config in README
Browse files Browse the repository at this point in the history
Merlin Buczek committed Jun 13, 2019
1 parent a8456c4 commit eb9030c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -12,9 +12,8 @@
## Set up Python environment
`pip install -r requirements/production.txt`

## Set environmental variables
**When deploying with Apache, environmental variables do not work!**
Variables can be set in a `.env` file in `config/settings`.
## Set local settings
Put custom settings in `config/settings/local_settings.py`

For Django related variables see [Django's documentation](https://docs.djangoproject.com/en/dev/ref/settings/).
- `DJANGO_SECRET_KEY`

0 comments on commit eb9030c

Please sign in to comment.