-
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
Description
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) 😉
browniebroke, deronnax and DmytroLitvinov