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::