tested
This commit is contained in:
@@ -21,7 +21,7 @@ if 'test' in sys.argv:
|
||||
TESTING = True
|
||||
|
||||
|
||||
if TESTING:
|
||||
if TESTING or use_sqlite:
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
||||
Reference in New Issue
Block a user