fix for URL's not working correctly behind a reverse proxy.

This commit is contained in:
ajurna
2020-05-26 10:12:04 +01:00
parent 456bf08356
commit 2630c614e7
3 changed files with 12 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ django-recaptcha2 = "*"
django-bootstrap4 = "*"
dj-database-url = "*"
pypdf4 = "*"
python-dotenv = "*"
[requires]
python_version = "3.8"