7
This commit is contained in:
Paul J Stevens
2018-05-26 12:28:01 +02:00
parent 3a378830e0
commit 4f3f9a4d40
6 changed files with 6 additions and 9 deletions

View File

@ -2,7 +2,6 @@ from __future__ import absolute_import, unicode_literals
import os
DATABASES = {
'default': {
'ENGINE': os.environ.get('DATABASE_ENGINE', 'django.db.backends.sqlite3'),