-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
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
dispatch() takes exactly 3 arguments (2 given) #66
Comments
Also busted in 1.8. |
@kevthehermit I think the error |
* Checkpoint: 4 failures. swap in new proxy and improve failure message * Fix two test failures. Change suggested by jazzband/django-revproxy#66 (comment) * Not sure why the nginx 404 seemed to change? * isort * Move paramiko inside the one method that would use it.
@kevthehermit did you manage to get it working. @mccalluc I see you referenced this issue as well. Do you see a problem here? Perhaps we should improve docs or error msgs somehow? |
I don't remember the details, but it looks like my first try had used a |
Currently all the docs use
Tested working ok with this style of urlpatterns BUT as of Django 1.10 (currently 1.9.7) this will be removed.
Trying the new stlye of url from django docs
Gives the following error
The text was updated successfully, but these errors were encountered: