mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-09 21:24:44 +00:00
Adds MySQL to the test runner.
This commit is contained in:
parent
991bdc7ea0
commit
a8d9c4faa8
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ DATABASES = {
|
|||
'HOST': 'localhost',
|
||||
'PORT': '5432',
|
||||
},
|
||||
'mysql': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'NAME': 'cachalot',
|
||||
'USER': 'root',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue