django-mergeobject-experime.../tests/settings.py
2015-05-28 00:21:15 -04:00

16 lines
208 B
Python

SECRET_KEY = 'so-secret'
INSTALLED_APPS = (
'fkreplace',
)
MIDDLEWARE_CLASSES = ()
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'db.sqlite3',
}
}