Python: Django test: Disable DB (for now)

This commit is contained in:
Rasmus Wriedt Larsen
2020-10-08 12:41:40 +02:00
parent f704c566b9
commit c71c41b759

View File

@@ -73,12 +73,12 @@ WSGI_APPLICATION = 'testproj.wsgi.application'
# Database
# https://docs.djangoproject.com/en/3.1/ref/settings/#databases
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
}
}
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.sqlite3',
# 'NAME': BASE_DIR / 'db.sqlite3',
# }
# }
# Password validation