Merge pull request #94 from marcinkuzminski/patch-1
update admin.rst about SECRET_KEY
This commit is contained in:
commit
9294c859db
@ -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::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user