Merge master into img-playground. Image support with new management features. Missing...
[redakcja.git] / redakcja / settings / common.py
index ae43f3e..cc7765e 100644 (file)
@@ -120,8 +120,10 @@ INSTALLED_APPS = (
     'catalogue',
     'dvcs',
     'wiki',
+    'wiki_img',
     'toolbar',
     'apiclient',
+    'email_mangler',
 )
 
 LOGIN_REDIRECT_URL = '/documents/user'