Django

Code

Ticket #4217 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Databrowser: Add import to urls.py

Reported by: Thomas Güttler Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

Description

On http://www.djangoproject.com/documentation/databrowse/

please add a note that "How to use Databrowse / 3" """ Add the following line to your URLconf:

(r'databrowse/(.*)', databrowse.site.root), """ that you need this at the top of the file:

from django.contrib import databrowse

Attachments

Change History

05/13/07 22:29:13 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [5221]) Fixed #4217 -- Added note to docs/databrowse.txt about import. Thanks, Thomas G?\195?\188ttler


Add/Change #4217 (Databrowser: Add import to urls.py)




Change Properties
Action