Python3 compatible
[koed-quiz.git] / koedquiz / settings.py
index 7a765cf..13ce2ef 100644 (file)
@@ -123,8 +123,6 @@ INSTALLED_APPS = [
     'django.contrib.admin',
     'django.contrib.admindocs',
 
-    'south',
-
     'quiz',
 ]
 
@@ -153,6 +151,6 @@ LOGGING = {
 
 # Load localsettings, if they exist
 try:
-    from localsettings import *
+    from .localsettings import *
 except ImportError:
     pass