django-mergeobject-experime.../tests/settings.py

16 lines
208 B
Python
Raw Normal View History

2015-05-28 04:21:04 +00:00
SECRET_KEY = 'so-secret'
INSTALLED_APPS = (
'fkreplace',
)
MIDDLEWARE_CLASSES = ()
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'db.sqlite3',
}
}