diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-05-16 21:07:14 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-05-16 21:07:14 +0000 |
| commit | 63df9c1da6b090ab03a9bb892807914da9e71a17 (patch) | |
| tree | aea301b196bd1c07797a90b49ed3fee8d4acc481 /docs/tutorial02.txt | |
| parent | 64d292e3feeeed336f117d1c40a3b3693c0e89b0 (diff) | |
multi-auth: Merged to [2924]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multi-auth@2925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index 6cdda32fbb..d95476aeaf 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -71,8 +71,8 @@ Make the poll app modifiable in the admin But where's our poll app? It's not displayed on the admin index page. Just one thing to do: We need to specify in the ``Poll`` model that ``Poll`` -objects have an admin interface. Edit the ``mysite/polls/models/polls.py`` -file and make the following change to add an inner ``Admin`` class:: +objects have an admin interface. Edit the ``mysite/polls/models.py`` file and +make the following change to add an inner ``Admin`` class:: class Poll(models.Model): # ... |
