CentreForDigitalHumanities / cookiecutter-webapp-deluxe

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Unsupported combination of django-proxy and Django #35

Open JeltevanBoheemen opened 2 years ago

JeltevanBoheemen commented 2 years ago

django-revproxy supports Django<3.2. See https://github.com/jazzband/django-revproxy/issues/144. The cookiecutter webapp requires Django>4,<5. This leads to

'HttpResponse' object has no attribute '_headers'

for any url besides /api or /admin. An unreleased version for revproxy (probably) fixes this for Django 4.

Related to https://github.com/UUDigitalHumanitieslab/escaperoom/issues/39

ar-jan commented 10 months ago

django-revproxy==0.11.0 was released, but consensus in https://github.com/UUDigitalHumanitieslab/escaperoom/issues/39 seemed to be that we should also revise the proxying setup.