Clear SECRET_KEY value

This should be set when the application is deployed, not set to some
default value out of the box.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2013-02-19 17:35:51 +00:00
parent d5b15d2bdd
commit 9c7a328c5d
2 changed files with 5 additions and 4 deletions

7
README
View File

@ -32,9 +32,10 @@ In order to make use of this application you will need:
Setup instructions:
1. Edit settings.py to specify a database, EMAIL_HOST and other settings
specific to your installation. Ensure you set LAYER_FETCH_DIR to a
location with sufficient space for fetching layer repositories.
1. Edit settings.py to specify a database, EMAIL_HOST, SECRET_KEY and
other settings specific to your installation. Ensure you set
LAYER_FETCH_DIR to a location with sufficient space for fetching
layer repositories.
2. Run the following command within the layerindex-web directory to
initialise the database:

View File

@ -90,7 +90,7 @@ STATICFILES_FINDERS = (
)
# Make this unique, and don't share it with anybody.
SECRET_KEY = 'r%l4mj2q3+2dy)hpl%f3fm$fj+=3+(e1$$o#=7k^#t3x*c)1*l'
SECRET_KEY = ''
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (