Giter VIP home page Giter VIP logo

Comments (4)

dimrozakis avatar dimrozakis commented on July 30, 2024 1

@kevthehermit I think the error dispatch() takes exactly 3 arguments (2 given) is raised because there is no path matched in the url regex, and therefore path isn't sent to the view, which expects it as a required argument (to know to which path it should proxy to). You should have a part like this in the url regex: (?P<path>.*)

from django-revproxy.

mccalluc avatar mccalluc commented on July 30, 2024 1

I don't remember the details, but it looks like my first try had used a path kwarg, when url was what I needed. I was fairly new to django at the time, so perhaps with more familiarity it would have been less confusing for me? Your call.

from django-revproxy.

dfeinzeig avatar dfeinzeig commented on July 30, 2024

Also busted in 1.8.

from django-revproxy.

seocam avatar seocam commented on July 30, 2024

@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?

from django-revproxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.