From 5d3b97a035994b824d56d22bec1065105f46b76f Mon Sep 17 00:00:00 2001 From: Jeff Balogh Date: Thu, 16 Dec 2010 14:01:10 -0800 Subject: [PATCH] contenttypes is needed for syncdb --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 864349f3..eac000ac 100644 --- a/settings.py +++ b/settings.py @@ -83,7 +83,7 @@ TEMPLATE_DIRS = ( INSTALLED_APPS = ( 'django.contrib.auth', - # 'django.contrib.contenttypes', + 'django.contrib.contenttypes', # 'django.contrib.sessions', # 'django.contrib.sites', # 'django.contrib.messages',