Some changes

This commit is contained in:
Raphael Michel
2021-03-11 22:45:52 +01:00
parent 76e9093fea
commit bd70a2e7bf
49 changed files with 878 additions and 927 deletions

View File

@@ -81,7 +81,6 @@ else:
if 'mysql' in db_backend:
db_options['charset'] = 'utf8mb4'
JSON_FIELD_AVAILABLE = db_backend in ('mysql', 'postgresql')
DATABASES = {
'default': {