Skip to content

Commit

Permalink
enabled model required in Django 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dnet committed May 29, 2013
1 parent 788153c commit ef67410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Expand Up @@ -114,7 +114,7 @@
) )


INSTALLED_APPS = ( INSTALLED_APPS = (
# 'django.contrib.auth', 'django.contrib.auth',
'django.contrib.contenttypes', 'django.contrib.contenttypes',
# 'django.contrib.sessions', # 'django.contrib.sessions',
'django.contrib.sites', 'django.contrib.sites',
Expand Down

0 comments on commit ef67410

Please sign in to comment.