Define DEFAULT_AUTO_FIELD in settings

This commit is contained in:
Alexandre Iooss 2021-12-15 21:15:33 +01:00
parent 469d95a342
commit 15a4713d3c

View file

@ -157,6 +157,8 @@ USE_L10N = True
USE_TZ = True
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
# Limit available languages to this subset
LANGUAGES = [
('de', _('German')),