changes for django 3.2

This commit is contained in:
jonaswinkler 2021-04-17 16:00:29 +02:00
parent ab1955c09e
commit 3ca62be8e8

View File

@ -288,6 +288,8 @@ if os.getenv("PAPERLESS_DBHOST"):
if os.getenv("PAPERLESS_DBPORT"):
DATABASES["default"]["PORT"] = os.getenv("PAPERLESS_DBPORT")
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
###############################################################################
# Internationalization #
###############################################################################