Skip to content
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

Feature proposal: dev management command for listing URLs #159

Open
David-Guillot opened this issue Apr 19, 2023 · 2 comments
Open

Feature proposal: dev management command for listing URLs #159

David-Guillot opened this issue Apr 19, 2023 · 2 comments

Comments

@David-Guillot
Copy link

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) 😉

@hramezani
Copy link
Member

hramezani commented Apr 20, 2023

Hi @David-Guillot ,

Agree, this can be a nice thing to add. Please remember to not add an dependency(like django-extensions) for this management command.

@David-Guillot
Copy link
Author

Thank you, we'll let you know 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants