From d6d11def72f3ceb2dda291e17ad04cc800c967b5 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 2 Apr 2013 20:47:45 -0400 Subject: [PATCH] Add reference to SECRET_KEY in the README Quickstart --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index af84f10b..ce28ae8f 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,10 @@ Add database connexion informations in `local.py`, for example:: } } +Add a `SECRET_KEY` in `local.py` with a long random secret key: + + SECRET_KEY = "a long and random secret key that must not be shared" + uMap uses `django-social-auth `_ for user authentication. So you will need to configure it according to your needs. For example::