Update the settings' docstrings

This commit is contained in:
Martin Pépin 2021-02-08 19:19:54 +01:00
parent f29b3f0187
commit 4f60ba35eb
No known key found for this signature in database
GPG key ID: E7520278B1774448
6 changed files with 26 additions and 10 deletions

View file

@ -1,3 +1,7 @@
"""
Secrets à re-définir en production.
"""
SECRET_KEY = "q()(zn4m63i%5cp4)f+ww4-28_w+ly3q9=6imw2ciu&_(5_4ah"
ADMINS = None
SERVER_EMAIL = "root@vagrant"