]> git.openstreetmap.org Git - osqa.git/blobdiff - settings.py
Fixes OSQA 281, Start/Stop notificatins button does not store the notifications and...
[osqa.git] / settings.py
index a7c589300508523648a62fe07d68b59b85765799..ba549f12f6d657cefe1b9d25e801e55f36eea39d 100644 (file)
@@ -79,11 +79,11 @@ if DEBUG:
     except:
         pass
 
-try:
-    import south
-    INSTALLED_APPS.append('south')
-except:
-    pass
+#try:
+#    import south
+#    INSTALLED_APPS.append('south')
+#except:
+#    pass
 
 if not DEBUG:
     try: