Private
Public Access
1
0

Merge branch 'release/v10.06'

This commit is contained in:
Sander Roosendaal
2019-07-31 21:51:59 +02:00
2 changed files with 0 additions and 2 deletions

0
mysql Normal file
View File

View File

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