Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update settings config in README
  • Loading branch information
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
Expand Up @@ -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`
Expand Down

0 comments on commit eb9030c

Please sign in to comment.