Giter Club home page Giter Club logo

Comments (6)

tkaemming avatar tkaemming commented on August 16, 2024

reverse accepts a urlconf argument: https://github.com/django/django/blob/master/django/core/urlresolvers.py#L421

For example, if you wanted to resolve an api URL based on the settings in the project readme, you'd want to use this:

reverse('some-url-name', urlconf='myproject.urls.api')

Hope this helps — this is something I should probably add to the documentation, thanks for bringing it up.

from django-subdomains.

dangmai avatar dangmai commented on August 16, 2024

That's exactly what I need, thanks a lot!

from django-subdomains.

tkaemming avatar tkaemming commented on August 16, 2024

No problem — I have some thoughts on a better way to do this (see the develop branch), and will probably land them relatively soon if I settle on this approach.

from django-subdomains.

dangmai avatar dangmai commented on August 16, 2024

I tested the dev branch and the new reverse() function is pretty much what I'm looking for, though it doesn't seem to support port number in the domain name yet (e.g, with Django's runserver). Also, I think a custom url template tag would be a good addition, once you settle on this approach.

from django-subdomains.

tkaemming avatar tkaemming commented on August 16, 2024

I've updated the version on PyPi with the core this change, although it could use some updated documentation, in case you'd like to update your project's dependencies.

from django-subdomains.

dangmai avatar dangmai commented on August 16, 2024

cool, thanks a lot!

from django-subdomains.

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.