Updated path to environment_settings in README (#119)

merged, thanks!
This commit is contained in:
Kasper Christensen 2017-04-14 22:49:54 +02:00 committed by Thomas Steen Rasmussen
parent 5a53be04a1
commit 0cadabf6b7
1 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,7 @@ $ source venv/bin/activate
Install system dependencies (method depends on OS):
- postgresql headers (for psycopg2):
- Debian: libpq-dev
- FreeBSD: databases/postgresql93-client
- FreeBSD: databases/postgresql93-client
- libjpeg (for pdf generation)
- Debian: libjpeg-dev
- FreeBSD: graphics/jpeg-turbo
@ -41,7 +41,7 @@ Install pip packages:
### Configuration file
Copy environment settings file and change settings as needed:
```
(venv) $ cp bornhack/settings/environment_settings.py.dist bornhack/settings/environment_settings.py
(venv) $ cp bornhack/environment_settings.py.dist bornhack/environment_settings.py
```
### Database
@ -89,4 +89,3 @@ or go through the manuel process below:
* when villages.0008 migration fails go add camp_id to all existing villages
* go to admin interface and add bornhack 2017, and set slug for bornhack 2016
* convert events to the new format (somehow)