ansible-later/env_27/lib/python2.7/site-packages/testfixtures/tests/test_django/settings.py

9 lines
212 B
Python
Raw Normal View History

2019-04-11 15:56:20 +02:00
SECRET_KEY = 'fake-key'
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',
"testfixtures.tests.test_django",
]
DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3'}}