Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f704c56 commit c71c41bCopy full SHA for c71c41b
1 file changed
python/ql/test/experimental/library-tests/frameworks/django-v2-v3/testproj/settings.py
@@ -73,12 +73,12 @@
73
# Database
74
# https://docs.djangoproject.com/en/3.1/ref/settings/#databases
75
76
-DATABASES = {
77
- 'default': {
78
- 'ENGINE': 'django.db.backends.sqlite3',
79
- 'NAME': BASE_DIR / 'db.sqlite3',
80
- }
81
-}
+# DATABASES = {
+# 'default': {
+# 'ENGINE': 'django.db.backends.sqlite3',
+# 'NAME': BASE_DIR / 'db.sqlite3',
+# }
82
83
84
# Password validation
0 commit comments