diff options
Diffstat (limited to 'chimere/settings.py.example')
| -rw-r--r-- | chimere/settings.py.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chimere/settings.py.example b/chimere/settings.py.example index ebb4fc5..d59d119 100644 --- a/chimere/settings.py.example +++ b/chimere/settings.py.example @@ -33,6 +33,9 @@ DISPLAY_AREAS = True CSS_AREAS = True # number of day before an event to display # if equal to 0: disable event management +# if you change this value from 0 to a value in a production environnement +# don't forget to run the upgrade.py script to create appropriate fields in +# the database DAYS_BEFORE_EVENT = 30 # default id category to check on the map |
