From 1152e7a329ee20494a4856f7a83f5ab1e6c4390e Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Tue, 21 Jan 2014 17:54:44 -0700 Subject: [PATCH] Remove contenttypes from INSTALLED_APPS for testing; no longer needed. --- runtests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/runtests.py b/runtests.py index 1bb3526d..7522e877 100755 --- a/runtests.py +++ b/runtests.py @@ -8,7 +8,6 @@ DEFAULT_SETTINGS = dict( INSTALLED_APPS=( - 'django.contrib.contenttypes', 'model_utils', 'model_utils.tests', ),