Changeset 5221
- Timestamp:
- 05/13/07 22:29:13 (1 year ago)
- Files:
-
- django/trunk/docs/databrowse.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/databrowse.txt
r5012 r5221 45 45 some point. A good place for it is in your URLconf file (``urls.py``). 46 46 47 3. Add the following line to your URLconf:: 47 3. Change your URLconf to import the ``databrowse`` module:: 48 49 from django.contrib import databrowse 50 51 ...and add the following line to your URLconf:: 48 52 49 53 (r'^databrowse/(.*)', databrowse.site.root),
