Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Than…
…ks, kevin@berndtgroup.net

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Aug 12, 2007
1 parent cc42b2f commit dd0f5d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/databrowse.txt
Expand Up @@ -35,6 +35,7 @@ How to use Databrowse
2. Register a number of models with the Databrowse site::

from django.contrib import databrowse
from myapp.models import SomeModel, SomeOtherModel

databrowse.site.register(SomeModel)
databrowse.site.register(SomeOtherModel)
Expand Down

0 comments on commit dd0f5d9

Please sign in to comment.