Skip to content

Commit

Permalink
Remove contenttypes from INSTALLED_APPS for testing; no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Jan 22, 2014
1 parent 6dc8c94 commit 1152e7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtests.py
Expand Up @@ -8,7 +8,6 @@

DEFAULT_SETTINGS = dict(
INSTALLED_APPS=(
'django.contrib.contenttypes',
'model_utils',
'model_utils.tests',
),
Expand Down

0 comments on commit 1152e7a

Please sign in to comment.