Archive
Posts Tagged ‘beautifier’
Django show_urls formatter
July 11, 2014
Leave a comment
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
Adding the beautifier:
$ ./manage.py show_urls | fmt.py
Categories: django, python
beautifier, django-extensions, formatter, manage.py, show_urls


