You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Contexte we're happily using django-hosts, it fits our use case perfectly.
There is one thing that could be better for us: before integrating django-hosts in our codebase, we were often using django-extensions' show_urls management command, to get, as developers, a full view of all possible URLs of our website. But now of course, this command is only listing our main hosts URLs, and it's not possible for us to get the same feature for other hosts than the main one.
@hramezani would you find it useful to have a management command like hosts_show_urls (--host=whatever) that would do about the same? If so, my team is willing to contribute a PR about it (in the next few weeks/months) 😉
The text was updated successfully, but these errors were encountered:
Hi there,
@Contexte we're happily using
django-hosts
, it fits our use case perfectly.There is one thing that could be better for us: before integrating
django-hosts
in our codebase, we were often using django-extensions'show_urls
management command, to get, as developers, a full view of all possible URLs of our website. But now of course, this command is only listing our main hosts URLs, and it's not possible for us to get the same feature for other hosts than the main one.@hramezani would you find it useful to have a management command like
hosts_show_urls (--host=whatever)
that would do about the same? If so, my team is willing to contribute a PR about it (in the next few weeks/months) 😉The text was updated successfully, but these errors were encountered: