Private
Public Access
1
0

testing setting

This commit is contained in:
Sander Roosendaal
2019-07-31 21:50:34 +02:00
parent 634230498d
commit 8ed3397911
3 changed files with 1 additions and 2 deletions

0
mysql Normal file
View File

1
rowers/.#metrics.py Symbolic link
View File

@@ -0,0 +1 @@
sander@sander-pc.1485:1564596496

View File

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