Skip to content

Commit

Permalink
Fixed #4217 -- Added note to docs/databrowse.txt about import. Thanks…
Browse files Browse the repository at this point in the history
…, Thomas Güttler

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed May 14, 2007
1 parent a386aa7 commit 0810919
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/databrowse.txt
Expand Up @@ -44,7 +44,11 @@ How to use Databrowse
It doesn't matter where you put this, as long as it gets executed at It doesn't matter where you put this, as long as it gets executed at
some point. A good place for it is in your URLconf file (``urls.py``). some point. A good place for it is in your URLconf file (``urls.py``).


3. Add the following line to your URLconf:: 3. Change your URLconf to import the ``databrowse`` module::

from django.contrib import databrowse

...and add the following line to your URLconf::


(r'^databrowse/(.*)', databrowse.site.root), (r'^databrowse/(.*)', databrowse.site.root),


Expand Down

0 comments on commit 0810919

Please sign in to comment.