From 0cadabf6b77b414da0ee41adc335ec6149736e44 Mon Sep 17 00:00:00 2001 From: Kasper Christensen Date: Fri, 14 Apr 2017 22:49:54 +0200 Subject: [PATCH] Updated path to environment_settings in README (#119) merged, thanks! --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf6d6251..d706595a 100644 --- a/README.md +++ b/README.md @@ -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) -