diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-12 10:45:18 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-12 10:45:18 +0100 |
commit | 4c3071db2a009e41af87bfada2fcb27ffc70d474 (patch) | |
tree | df68fe781f3d3cadc6088d39f7078e15fe6a3dce /settings.py | |
parent | a5bd515c200f91d1e17b535726b2689a9eefaa08 (diff) | |
download | Chimère-4c3071db2a009e41af87bfada2fcb27ffc70d474.tar.bz2 Chimère-4c3071db2a009e41af87bfada2fcb27ffc70d474.zip |
Manage options "show directory" and "show inside popup" in db
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/settings.py b/settings.py index 41d6999..8344266 100644 --- a/settings.py +++ b/settings.py @@ -60,11 +60,6 @@ CHIMERE_DAYS_BEFORE_EVENT = 30 CHIMERE_ALL_DATED_ARE_FRONT = True # allow feeds CHIMERE_FEEDS = True -# display a directory of items -CHIMERE_DIRECTORY = True - -# content inside the popup or on a specific window -CHIMERE_CONTENT_INSIDE_POPUP = False # display picture inside the description by default or inside a galery? CHIMERE_MINIATURE_BY_DEFAULT = False |