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