Remove contenttypes from INSTALLED_APPS for testing; no longer needed.

This commit is contained in:
Carl Meyer 2014-01-21 17:54:44 -07:00
parent 6dc8c9420f
commit 1152e7a329

View file

@ -8,7 +8,6 @@ import django
DEFAULT_SETTINGS = dict(
INSTALLED_APPS=(
'django.contrib.contenttypes',
'model_utils',
'model_utils.tests',
),