|
@@ -13,7 +13,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
13
|
13
|
#
|
14
|
14
|
# Access Right settings
|
15
|
15
|
#
|
16
|
|
-# SUSPEND_PUBLIC = True # Set this to True to ensure, that unauthenticated users have no permission
|
|
16
|
+# SUSPEND_PUBLIC = True # Set this to True to ensure, that unauthenticated users have no permission
|
17
|
17
|
|
18
|
18
|
#
|
19
|
19
|
# Style settings
|
|
@@ -25,7 +25,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
25
|
25
|
#
|
26
|
26
|
# Content settings
|
27
|
27
|
#
|
28
|
|
-# SORT_BY = False # Sorting by name if False
|
|
28
|
+# SORT_BY_DATE = True # Sorting by name if False
|
29
|
29
|
# SHOW_IMAGE = True
|
30
|
30
|
# SHOW_VIDEO = True
|
31
|
31
|
# SHOW_AUDIO = False
|