mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-16 13:53:10 +00:00
Remove contenttypes from INSTALLED_APPS for testing; no longer needed.
This commit is contained in:
parent
6dc8c9420f
commit
1152e7a329
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ import django
|
|||
|
||||
DEFAULT_SETTINGS = dict(
|
||||
INSTALLED_APPS=(
|
||||
'django.contrib.contenttypes',
|
||||
'model_utils',
|
||||
'model_utils.tests',
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue