]> git.0d.be Git - panikweb.git/blobdiff - panikweb/settings.py
settings: enable combo.apps.maps (dependency of combo.apps.assets)
[panikweb.git] / panikweb / settings.py
index dbdc6d25f053e39dca5d829ab389e7b0958fba35..593a872940c8be61dde2f35270c8214dd6671454 100644 (file)
@@ -163,9 +163,10 @@ INSTALLED_APPS = (
     'combo.profile',
     'combo.apps.assets',
     'combo.apps.dashboard',
+    'combo.apps.gallery',
+    'combo.apps.maps',
     'combo.apps.search',
     'panikombo',
-    'gallery',
 )
 
 CKEDITOR_UPLOAD_PATH = os.path.join(MEDIA_ROOT, 'uploads')