diff --git a/config_example/config.py b/config_example/config.py index 61c7606..fb8f272 100644 --- a/config_example/config.py +++ b/config_example/config.py @@ -13,7 +13,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__)) # # Access Right settings # -# SUSPEND_PUBLIC = True # Set this to True to ensure, that unauthenticated users have no permission +# SUSPEND_PUBLIC = True # Set this to True to ensure, that unauthenticated users have no permission # # Style settings @@ -25,7 +25,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__)) # # Content settings # -# SORT_BY = False # Sorting by name if False +# SORT_BY_DATE = True # Sorting by name if False # SHOW_IMAGE = True # SHOW_VIDEO = True # SHOW_AUDIO = False diff --git a/main/settings.py b/main/settings.py index 7525010..ea374fc 100644 --- a/main/settings.py +++ b/main/settings.py @@ -257,6 +257,11 @@ File "%(pathname)s", line %(lineno)d, in %(funcName)s 'level': 'INFO', 'propagate': False, }, + 'MEDIA': { + 'handlers': default_handler, + 'level': 'INFO', + 'propagate': False, + }, }, } diff --git a/media b/media index 488c708..1c06aab 160000 --- a/media +++ b/media @@ -1 +1 @@ -Subproject commit 488c70884b9767428e8cf2866c2f46ccf4be10dd +Subproject commit 1c06aab615831d19b6943dbc4921cf845c76f454 diff --git a/pygal b/pygal index 9da7e60..78df2b0 160000 --- a/pygal +++ b/pygal @@ -1 +1 @@ -Subproject commit 9da7e60a131d94fe30ecb3d3ae7ec733fa173dd3 +Subproject commit 78df2b0459574f987addcc525f649cc191a3fb65