On Fri, 2008-12-12 at 16:05 -0800, waltbrad wrote:
> I'm using 1.0  -- I keep reading that there is supposed to be one in
> the upper right hand corner.  I finally had to use Google images to
> find an illustration.
> 
> But I don't have that link displayed.  I do have the "change
> password / logout" links, but not the doc link.
> 
> Can anybody throw me a hint?

The documentation for this has fallen through the cracks since it was
split off from the admin interface (before 1.0). 

Add django.contrib.admindocs to your INSTALLED_APPS list. Then add 

        (r'^admin/doc/', include('django.contrib.admindocs.urls')),
        
to your URL Conf file. This is documented here:
http://code.djangoproject.com/wiki/NewformsAdminBranch#Movedadmindocviewsintodjango.contrib.admindocs

which isn't as far out of bounds as it looks. You get there from the 1.0
release notes, to the porting document, which then links to that page.
But, for people coming directly to Django 1.0, we've missed something.
I'll fix that when I get a chance.

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 django-users@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