ansible-later/env_27/lib/python2.7/site-packages/testfixtures/tests/test_django/settings.py
Robert Kaussow 10aaa8e7e3 fix pytest
2019-04-11 15:56:20 +02:00

9 lines
212 B
Python

SECRET_KEY = 'fake-key'
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',
"testfixtures.tests.test_django",
]
DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3'}}