Skip to content
Snippets Groups Projects
Commit e38c7650 authored by Hermann Schwärzler's avatar Hermann Schwärzler
Browse files

local_settings.py is a better place to change settings than editing settings.py

parent fba38afc
No related branches found
No related tags found
1 merge request!7More changes/additions to README.rst to explain how to get a working development installation.
......@@ -36,9 +36,11 @@ Setting up the database
By default the project is set up to run on a SQLite database.
First edit pv/settings.py and change the line
SECRET_KEY = ''
such that there is a value for SECRET_KEY.
Create a file pv/local_settings.py and add at least the line
SECRET_KEY = 'secret key'
(obviously replacing "secret key" with a key of you choice).
Then run::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment