Private
Public Access
1
0

passing tests

This commit is contained in:
Sander Roosendaal
2019-07-30 21:47:53 +02:00
parent 1269a7c7fe
commit ad68b849a9
5 changed files with 33 additions and 15 deletions

View File

@@ -166,7 +166,9 @@ DATABASES = {
},
'TEST': {
'CHARSET': 'utf8',
'ENGINE': 'django.db.backends.mysql',
'COLLATION': 'utf8_general_ci',
'NAME': CFG['db_name']
},
}