Commit 3c1b5c34 by Jonas Liljestrand

indent error

parent f0d4232c
...@@ -6,11 +6,11 @@ from django import VERSION ...@@ -6,11 +6,11 @@ from django import VERSION
try: try:
from django.db.models.auth import User from django.db.models.auth import User
user_model = User user_model = User
except ImportError: except ImportError:
raise ImportError raise ImportError
else: else:
raise raise
if VERSION[:2] in ((1, 5,),): if VERSION[:2] in ((1, 5,),):
from django.conf import settings from django.conf import settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment