mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-23 09:49:27 +00:00
11 lines
202 B
Python
Executable File
11 lines
202 B
Python
Executable File
DATABASES = {
|
|
'default': {
|
|
'ENGINE': 'django.db.backends.sqlite3',
|
|
'NAME': 'dss_test.db',
|
|
'USER': '',
|
|
'PASSWORD': '',
|
|
'HOST': '',
|
|
'PORT': '',
|
|
}
|
|
}
|