We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django-revproxy supports Django<3.2. See jazzband/django-revproxy#144. The cookiecutter webapp requires Django>4,<5. This leads to
django-revproxy
Django<3.2
Django>4,<5
'HttpResponse' object has no attribute '_headers'
for any url besides /api or /admin. An unreleased version for revproxy (probably) fixes this for Django 4.
/api
/admin
Related to https://github.com/UUDigitalHumanitieslab/escaperoom/issues/39
The text was updated successfully, but these errors were encountered:
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.
django-revproxy==0.11.0
Sorry, something went wrong.
Temporarily (?) disable post-generation setup of git, venv, db and no…
97ba875
…de_modules Ref. #16, #35
45e0a3f
jgonggrijp
Successfully merging a pull request may close this issue.
django-revproxy
supportsDjango<3.2
. See jazzband/django-revproxy#144. The cookiecutter webapp requiresDjango>4,<5
.This leads to
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
The text was updated successfully, but these errors were encountered: