On Tue, Oct 19, 2010 at 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".

One easy way:

1. Install docutils.
2. Add 'django.contrib.admindocs' to your INSTALLED_APPS.
3. Click the 'Documentation' link which will appear in the upper-right
of your admin.
4. Notice the nicely-formatted list of all your URL patterns, what
they match, and links to the documentation for the views they route
to.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

-- 
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