diff options
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): # ... |
