server/src/authentication/models.py
changeset 143 ea633c8f9bfa
parent 117 41a78460bdac
--- a/server/src/authentication/models.py	Fri Jun 05 16:10:12 2015 +0200
+++ b/server/src/authentication/models.py	Tue Jun 09 19:05:05 2015 +0200
@@ -5,7 +5,7 @@
 from django.db import models
 from django.utils.translation import ugettext_lazy as _
 
-import settings
+from django.conf import settings
 
 
 class AmmicoUserManager(BaseUserManager):