aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-19 17:35:51 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-19 18:28:48 +0000
commit9c7a328c5d68c4aaeac67dbcdd2df12d3784c52a (patch)
treea56c6e2a8bafadfbdaf455581ac382729c72be1e /README
parentd5b15d2bdd43903641cb979614b1c1674050f635 (diff)
downloadopenembedded-core-contrib-9c7a328c5d68c4aaeac67dbcdd2df12d3784c52a.tar.gz
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>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 0a113ef188..8e2907b0fd 100644
--- a/README
+++ b/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: