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

Add tree view in manage.py show_urls #1858

Open
kleutzinger opened this issue Jan 31, 2024 · 0 comments
Open

Add tree view in manage.py show_urls #1858

kleutzinger opened this issue Jan 31, 2024 · 0 comments

Comments

@kleutzinger
Copy link

kleutzinger commented Jan 31, 2024

It would be nice to be able to format the urls in the tree view as something like this.

python manage.py show_urls --format tree

$ python manage.py show_urls --format tree
://:80
├── admin
│   ├── <app_label>
│   ├── auth
│   │   ├── group
│   │   │   ├── <path:object_id>
│   │   │   │   ├── change
│   │   │   │   ├── delete
│   │   │   │   └── history
│   │   │   ├── add
│   │   │   └── autocomplete
│   │   └── user
│   │       ├── <id>
│   │       │   └── password
│   │       ├── <path:object_id>
│   │       │   ├── change
│   │       │   ├── delete
│   │       │   └── history
│   │       ├── add
│   │       └── autocomplete
...

(note: i used https://github.com/DriftSec/urltree to generate the above)

@kleutzinger kleutzinger changed the title Tree view in show_ulrs Tree view in show_urls Feb 9, 2024
@kleutzinger kleutzinger changed the title Tree view in show_urls Add tree view in manage.py show_urls Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant