mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
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:
parent
d5b15d2bdd
commit
9c7a328c5d
7
README
7
README
|
@ -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:
|
||||
|
|
|
@ -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 = (
|
||||
|
|
Loading…
Reference in New Issue
Block a user