def pytest_configure(): settings.configure(INSTALLED_APPS=[ 'django.contrib.contenttypes', ]) django.setup()