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,7 +1,9 @@
"""
Django development settings for the cof project.
The settings that are not listed here are imported from .common
Settings de production de GestioBDS.
Surcharge les settings définis dans common.py
"""
from .common import * # NOQA
from .common import INSTALLED_APPS