media library functionality for image manipulation added

This commit is contained in:
Dirk Alders 2020-02-03 11:34:45 +01:00
parent 5cea6d1589
commit 529031d1f4
4 changed files with 9 additions and 4 deletions

View File

@ -13,7 +13,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
# #
# Access Right settings # 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 # Style settings
@ -25,7 +25,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
# #
# Content settings # Content settings
# #
# SORT_BY = False # Sorting by name if False # SORT_BY_DATE = True # Sorting by name if False
# SHOW_IMAGE = True # SHOW_IMAGE = True
# SHOW_VIDEO = True # SHOW_VIDEO = True
# SHOW_AUDIO = False # SHOW_AUDIO = False

View File

@ -257,6 +257,11 @@ File "%(pathname)s", line %(lineno)d, in %(funcName)s
'level': 'INFO', 'level': 'INFO',
'propagate': False, 'propagate': False,
}, },
'MEDIA': {
'handlers': default_handler,
'level': 'INFO',
'propagate': False,
},
}, },
} }

2
media

@ -1 +1 @@
Subproject commit 488c70884b9767428e8cf2866c2f46ccf4be10dd Subproject commit 1c06aab615831d19b6943dbc4921cf845c76f454

2
pygal

@ -1 +1 @@
Subproject commit 9da7e60a131d94fe30ecb3d3ae7ec733fa173dd3 Subproject commit 78df2b0459574f987addcc525f649cc191a3fb65