Disable sorl.thumbnail

This commit is contained in:
Christopher Neugebauer 2017-11-12 17:26:32 -08:00
parent 7f93a023d0
commit 98f2e3d932

View file

@ -220,7 +220,7 @@ INSTALLED_APPS = [
'django_nyt',
'mptt',
'sekizai',
'sorl.thumbnail',
#'sorl.thumbnail',
'wiki',
'wiki.plugins.attachments',
'wiki.plugins.notifications',