mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-08 22:00:59 +00:00
11 lines
160 B
Python
11 lines
160 B
Python
|
|
INSTALLED_APPS = (
|
||
|
|
'model_utils',
|
||
|
|
'tests',
|
||
|
|
)
|
||
|
|
DATABASES = {
|
||
|
|
'default': {
|
||
|
|
'ENGINE': 'django.db.backends.sqlite3'
|
||
|
|
}
|
||
|
|
}
|
||
|
|
SECRET_KEY = 'dummy'
|