Opened 18 years ago
Closed 18 years ago
#4217 closed (fixed)
Databrowser: Add import to urls.py
Reported by: | Thomas Güttler | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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
Note:
See TracTickets
for help on using tickets.
(In [5221]) Fixed #4217 -- Added note to docs/databrowse.txt about import. Thanks, Thomas G?\195?\188ttler