Opened 17 years ago

Closed 17 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

Change History (1)

comment:1 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.
Back to Top