mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
Action: Run Django tests (#519)
This commit is contained in:
@ -16,17 +16,17 @@ DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.mysql",
|
||||
"NAME": "django_default",
|
||||
"USER": "django",
|
||||
"HOST": "127.0.0.1",
|
||||
"PASSWORD": "secret",
|
||||
"USER": "scott",
|
||||
"PASSWORD": "tiger",
|
||||
"TEST": {"CHARSET": "utf8mb4", "COLLATION": "utf8mb4_general_ci"},
|
||||
},
|
||||
"other": {
|
||||
"ENGINE": "django.db.backends.mysql",
|
||||
"NAME": "django_other",
|
||||
"USER": "django",
|
||||
"HOST": "127.0.0.1",
|
||||
"PASSWORD": "secret",
|
||||
"USER": "scott",
|
||||
"PASSWORD": "tiger",
|
||||
"TEST": {"CHARSET": "utf8mb4", "COLLATION": "utf8mb4_general_ci"},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user