Update admin.rst

Added required setting of SECRET_KEY via settings_local.py into development quick guide.
This commit is contained in:
Marcin Kuźmiński 2013-11-25 23:49:47 +01:00
parent 886bad5fbe
commit 8376b1670d

View File

@ -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::