Changeset - 98f2e3d932bf
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2017-11-13 01:26:32
chrisjrn@gmail.com
Disable sorl.thumbnail
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -217,13 +217,13 @@ INSTALLED_APPS = [
 

	
 
    # wiki
 
    'django.contrib.humanize',
 
    'django_nyt',
 
    'mptt',
 
    'sekizai',
 
    'sorl.thumbnail',
 
    #'sorl.thumbnail',
 
    'wiki',
 
    'wiki.plugins.attachments',
 
    'wiki.plugins.notifications',
 
    'wiki.plugins.images',
 
    'wiki.plugins.macros',
 

	
0 comments (0 inline, 0 general)