Update admin.rst
Added required setting of SECRET_KEY via settings_local.py into development quick guide.
This commit is contained in:
parent
886bad5fbe
commit
8376b1670d
@ -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