django-model-utils/tests/settings.py

11 lines
160 B
Python
Raw Normal View History

2017-12-11 14:08:47 +00:00
INSTALLED_APPS = (
'model_utils',
'tests',
)
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3'
}
}
SECRET_KEY = 'dummy'