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