]> git.0d.be Git - panikdb.git/commitdiff
settings: enable combo.apps.gallery
authorFrédéric Péters <fpeters@0d.be>
Mon, 25 May 2015 14:42:50 +0000 (16:42 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 25 May 2015 14:42:50 +0000 (16:42 +0200)
panikdb/settings.py

index d47c7fabd2a433d1f5476e49fc90d997540263f3..b40d809742014be780317333db7bfbf08d17ff5f 100644 (file)
@@ -140,6 +140,8 @@ INSTALLED_APPS = (
     'gadjo',
     'combo.data',
     'combo.manager',
+    'sorl.thumbnail',
+    'combo.apps.gallery',
     'panikombo',
     'django_select2',
 )