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