4

I want to display all the Routes in an app built with Django, something like what Laravel does with the command:

php artisan route:list 

Is there a way to get all the Routes?

1

1 Answer 1

11

django-extensions has command show_urls, sou after instalation you can do:

python manage.py show_urls 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.