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 in your installed
apps

On Oct 19, 8:20 pm, Phlip <phlip2...@gmail.com> 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".
>
> Does Django have such a command? Or how could one be written?
>
> --
>   Phlip
>  http://bit.ly/ZeekLand

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to