#11884: Clarify in documentation how to enable built-in reference in admin. -----------------------------------+---------------------------------------- Reporter: DmitryRisenberg | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1 Keywords: admin reference setup | Stage: Unreviewed Has_patch: 1 | -----------------------------------+---------------------------------------- Setting up [http://docs.djangoproject.com/en/dev/topics/templates/#using- the-built-in-reference built-in reference in admin] is not described anywhere in the docs - it requires adding {{{django.contrib.admindocs.urls}}} to {{{INSTALLED_APPS}}}, adding {{{(r'^admin/doc/', include('django.contrib.admindocs.urls'))}}} to {{{urlpatterns}}} and installing docutils if they are not present. Finding this out for me was untrivial and required googling, so I would add description of these steps to the corresponding section of documentation (see the patch).
-- Ticket URL: <http://code.djangoproject.com/ticket/11884> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
