settings: declare DEFAULT_AUTO_FIELD (#77564)
gitea/scrutiny/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-05-13 09:19:23 +02:00
parent 0b1165aee5
commit 6b08772bef
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ TEMPLATES = [
},
]
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
# Authentication settings
try:
import mellon