From 7194cf9d42199d8a4f048247dd1a99155850b71c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Wed, 10 Sep 2014 13:14:29 +0000 Subject: [PATCH] [Settings] remove invalid comment about "contenttypes" app --- mygpo/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mygpo/settings.py b/mygpo/settings.py index ff565eb0..ed454275 100644 --- a/mygpo/settings.py +++ b/mygpo/settings.py @@ -107,7 +107,7 @@ ROOT_URLCONF = 'mygpo.urls' TEMPLATE_DIRS = () INSTALLED_APPS = ( - 'django.contrib.contenttypes', # unused, but tests fail otherwise (?) + 'django.contrib.contenttypes', 'django.contrib.messages', 'django.contrib.admin', 'django.contrib.humanize', -- 2.11.4.GIT