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

index bc23cb5d6a6047446d5585a7f6bfc8d8af6a5302..a85faff225b95a67686d40b826b172eaa1b35b11 100644 (file)
@@ -154,6 +154,7 @@ INSTALLED_APPS = (
     'combo.data',
     'combo.public',
     'panikombo',
+    'combo.apps.gallery',
 )
 
 CKEDITOR_UPLOAD_PATH = os.path.join(MEDIA_ROOT, 'uploads')