1
0
Fork 0

Avoid "settings.DATABASES is improperly configured. Please supply the NAME value."

This commit is contained in:
Adam Dobrawy 2018-04-21 07:27:48 +02:00
parent 7a39d3df47
commit 72cb0ea706
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
DATABASES = {
'default': {
'NAME': 'db.sqlite3',
'ENGINE': 'django.db.backends.sqlite3',
},
}