mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 18:12:35 +08:00
ci: fix django test (#746)
This commit is contained in:
@ -39,3 +39,5 @@ PASSWORD_HASHERS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||||
|
|
||||||
|
USE_TZ = False
|
||||||
|
Reference in New Issue
Block a user