Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c71c41b

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • python/ql/test/experimental/library-tests/frameworks/django-v2-v3/testproj

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)