Adds auto field setting to avoid hella warnings

This commit is contained in:
Mouse Reeve 2021-04-26 11:22:08 -07:00
parent 0889c57b86
commit 141d1a9a17

View file

@ -34,6 +34,8 @@ LOCALE_PATHS = [
os.path.join(BASE_DIR, "locale"),
]
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/