Skip to content

Commit c71c41b

Browse files
committed
Python: Django test: Disable DB (for now)
1 parent f704c56 commit c71c41b

File tree

1 file changed

+6
-6
lines changed
  • python/ql/test/experimental/library-tests/frameworks/django-v2-v3/testproj

1 file changed

+6
-6
lines changed

python/ql/test/experimental/library-tests/frameworks/django-v2-v3/testproj/settings.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
# Database
7474
# https://docs.djangoproject.com/en/3.1/ref/settings/#databases
7575

76-
DATABASES = {
77-
'default': {
78-
'ENGINE': 'django.db.backends.sqlite3',
79-
'NAME': BASE_DIR / 'db.sqlite3',
80-
}
81-
}
76+
# DATABASES = {
77+
# 'default': {
78+
# 'ENGINE': 'django.db.backends.sqlite3',
79+
# 'NAME': BASE_DIR / 'db.sqlite3',
80+
# }
81+
# }
8282

8383

8484
# Password validation

0 commit comments

Comments
 (0)