On Mon, 2009-01-19 at 20:46 -0800, Kerr wrote:
> Hi all, I'm reading through the Django book online and am currently on
> chapter 10.  http://djangobook.com/en/1.0/chapter10/
> 
> Near the end it mentions a built-in template reference available from
> the admin interface, which contains info for all tags and filters
> available for a given site.  In particular, the book states:
> 
> "Django’s admin interface includes a complete reference of all
> template tags and filters available for a given site. It’s designed to
> be a tool that Django programmers give to template developers. To see
> it, go to the admin interface and click the Documentation link at the
> upper right of the page."
> 
> I've enabled and am using the admin interface, but I don't see any
> mention of 'Documentation' on the admin pages.  I viewed the source
> just to see if something may be hidden and still found nothing.  I
> understand that the online book was written for 0.96, so I looked at
> the newest iteration of the book and it only has chapters 1-3 posted.
> Am I missing something related to this built-in reference?

The admindoc application was separated from admin in Django 1.0.
Ironically, we haven't documented admindoc much in the documentation,
but there are some details about how to port from 0.96 to 1.0 at [1].

However, by far the simplest way to enable the admin documentation is to
open up your urls.py and read the comment just above the line that
includes the word admindoc. :-)

[1]
http://code.djangoproject.com/wiki/NewformsAdminBranch#Movedadmindocviewsintodjango.contrib.admindocs

Regards,
Malcolm


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

Reply via email to