Re: Tool to document project urls, views, templates, etc...

2015-12-14 Thread Dan Tagg
http://ccbv.co.uk/ does this for django class based views. The code is on github https://github.com/refreshoxford/django-cbv-inspector/ Might be a good starting point. D On 14 December 2015 at 17:49, Royendgel Silberie wrote: > The closest I know is : > > python manage.py show_urls > > in the

Re: Tool to document project urls, views, templates, etc...

2015-12-14 Thread Royendgel Silberie
The closest I know is : python manage.py show_urls in the django-extensions package On Saturday, December 12, 2015 at 9:43:28 AM UTC-4, Mat Gessel wrote: > > Anyone know of a tool that can analyze a project and generate a list or > graph of *views* & related information? > > I'm maintaining a m

Tool to document project urls, views, templates, etc...

2015-12-12 Thread Mat Gessel
Anyone know of a tool that can analyze a project and generate a list or graph of *views* & related information? I'm maintaining a medium size Django project. For each feature/change, I am finding myself creating a "map" of the relevant view names/relationships for quick reference. This includes: