Changeset 5224 for django/branches/unicode/docs/databrowse.txt
- Timestamp:
- 05/14/07 02:16:27 (2 years ago)
- Files:
-
- django/branches/unicode (modified) (1 prop)
- django/branches/unicode/docs/databrowse.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/unicode
- Property svnmerge-integrated changed from /django/trunk:1-5213 to /django/trunk:1-5223
django/branches/unicode/docs/databrowse.txt
r5054 r5224 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),
