mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
changes for django 3.2
This commit is contained in:
parent
68658bd407
commit
17c7b0840b
1 changed files with 2 additions and 0 deletions
|
|
@ -288,6 +288,8 @@ if os.getenv("PAPERLESS_DBHOST"):
|
||||||
if os.getenv("PAPERLESS_DBPORT"):
|
if os.getenv("PAPERLESS_DBPORT"):
|
||||||
DATABASES["default"]["PORT"] = os.getenv("PAPERLESS_DBPORT")
|
DATABASES["default"]["PORT"] = os.getenv("PAPERLESS_DBPORT")
|
||||||
|
|
||||||
|
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Internationalization #
|
# Internationalization #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue