Make Django with DEFAULT_AUTO_FIELD setting

This commit is contained in:
Yohan Boniface 2021-09-16 12:15:18 +02:00
parent c244716e0d
commit 91cfc39cb6

View file

@ -101,6 +101,7 @@ INSTALLED_APPS = (
'social_django',
'agnocomplete',
)
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
# =============================================================================
# Calculation of directories relative to the project module location