Home > django, python > Django show_urls formatter

Django show_urls formatter

Today I wrote a little script to beautify the output of the command “manage.py show_urls“. The script is available on GitHub here. For more info, visit the previous GitHub link.

Screenshots
Normal usage:

$ ./manage.py show_urls

before

Adding the beautifier:

$ ./manage.py show_urls | fmt.py

after

  1. No comments yet.
  1. No trackbacks yet.

Leave a comment

Design a site like this with WordPress.com
Get started