Files
dss.api/dss/test_settings.py
Fergal Moran 6f9f29f5fc Initial commit
2015-04-30 23:17:58 +01:00

11 lines
202 B
Python
Executable File

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'dss_test.db',
'USER': '',
'PASSWORD': '',
'HOST': '',
'PORT': '',
}
}