From 8376b1670d173a8717a1ced8c7a8887fb34a058b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Ku=C5=BAmi=C5=84ski?= Date: Mon, 25 Nov 2013 23:49:47 +0100 Subject: [PATCH] Update admin.rst Added required setting of SECRET_KEY via settings_local.py into development quick guide. --- docs/admin.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/admin.rst b/docs/admin.rst index 791e625..6eb875e 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -21,6 +21,9 @@ Then install the software with requirements to your virtual env:: pip install -e . +Set SECRET_KEY and create settings_local.py file:: + + echo "SECRET_KEY='S3CR3T'" > nsupdate/settings_local.py To create and initialize the database, use::