wagtail-birdsong/settings_dev.py

12 lines
179 B
Python
Raw Normal View History

from tests.app.settings import *
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'local.sqlite3',
},
}
ALLOWED_HOSTS = ['*']