passing tests
This commit is contained in:
9
rowsandall_app/settings_test.py
Normal file
9
rowsandall_app/settings_test.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .settings_dev import *
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
|
||||
'HOST': 'localhost',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user