Re: rake routes

2010-10-20 Thread esatterwh...@wi.rr.com
There is also a very useful project out there called django-command- extensions http://code.google.com/p/django-command-extensions/ you can install that. Along with a gaggle of things you will have a show_urls command python manage.py show_urls will print out all of the urls from all of the apps

Re: rake routes

2010-10-19 Thread Phlip
> 2. Add 'django.contrib.admindocs' to your INSTALLED_APPS. Tx! But I will rip the innards of that out, because I'm targeting the test side (as usual!), and because we have no admin yet... -- You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: rake routes

2010-10-19 Thread James Bennett
On Tue, Oct 19, 2010 at 8:20 PM, Phlip wrote: > A web platform which I will refer to as "Rails" lets you print out all > the equivalents of the matchers and modules in the tree of urls.py > files using "rake routes". One easy way: 1. Install docutils. 2. Add 'django.contrib.admindocs' to your IN