Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-07-25 20:08:27 +02:00
parent 9f3bee24d5
commit 5036abc94e
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
'HOST': 'localhost'
'HOST': 'localhost',
},
# 'TEST': {
# 'CHARSET': 'utf8',