server/settings.py
changeset 77 ee963d1c409b
parent 51 032280909e65
--- a/server/settings.py	Wed Apr 08 00:31:45 2015 +0200
+++ b/server/settings.py	Wed Apr 08 00:36:37 2015 +0200
@@ -37,7 +37,8 @@
     'requests',
     'taggit',
     'ammico',
-    'authentication'
+    'authentication',
+    'xmltodict',
 )
 
 MIDDLEWARE_CLASSES = (