Merge pull request #94 from marcinkuzminski/patch-1

update admin.rst about SECRET_KEY
This commit is contained in:
ThomasWaldmann 2013-11-25 23:48:59 -08:00
commit 9294c859db

View File

@ -21,6 +21,9 @@ Then install the software with requirements to your virtual env::
pip install -e . 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:: To create and initialize the database, use::