We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39073b commit 23a5ec0Copy full SHA for 23a5ec0
tests/test_sqlite.py
@@ -14,7 +14,7 @@
14
15
DATABASES = {
16
'default': {
17
- 'ENGINE': 'django.db.backends.sqlite3'
+ 'ENGINE': 'django.db.backends.sqlite3',
18
},
19
'other': {
20
'ENGINE': 'django.db.backends.sqlite3',
0 commit comments