Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-07-31 08:22:13 +02:00
parent ad68b849a9
commit edc47786f2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -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',