Update the settings' docstrings
This commit is contained in:
parent
f29b3f0187
commit
4f60ba35eb
6 changed files with 26 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue