mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-03-26 08:20:22 +00:00
8 lines
145 B
Python
8 lines
145 B
Python
DATABASES = {
|
|
'default': {
|
|
'ENGINE': 'django.db.backends.sqlite3',
|
|
'NAME': ':memory:',
|
|
},
|
|
}
|
|
|
|
INSTALLED_APPS = ['uuslug']
|