django-uuslug/testsettings.py

9 lines
145 B
Python
Raw Normal View History

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
},
}
INSTALLED_APPS = ['uuslug']