Tutorial 1, the name of the file to modify is missing
At the " Let's fix that by editing the polls model and adding a repr() method to both Poll and Choice:" step, the file to modify is not specifically called out and requires the user who, at this point, is pretty clueless, to search back through the tutorial to find out exactly where this code is to be inserted.
The module to be modified should be specifically noted (Edit the polls/models/polls.py file).
Change History
(4)
Component: |
Django project website → Documentation
|
Owner: |
changed from Jacob to Adrian Holovaty
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
(In [543]) Fixed #381 -- Clarified tutorial 1. Thanks, ssteiner