Skip to content

Commit ef67410

Browse files
committed
enabled model required in Django 1.4
1 parent 788153c commit ef67410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
)
115115

116116
INSTALLED_APPS = (
117-
# 'django.contrib.auth',
117+
'django.contrib.auth',
118118
'django.contrib.contenttypes',
119119
# 'django.contrib.sessions',
120120
'django.contrib.sites',

0 commit comments

Comments
 (0)