#12918: Tutorial page 2 issues ---------------------------+------------------------------------------------ Reporter: Leam | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1 Keywords: tutorial | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ Two issues so far on page http://docs.djangoproject.com/en/1.1/intro/tutorial02/#intro-tutorial02
Problem: Down the page, adding the "class ChoiceInline" functionality, the dev server needed to be restarted for the change to take effect. Otherwise I had a DEBUG dump welcome me. Python 2.5.2, Django 1.1.1, Fedora 10. Django was installed via easy_install, python is the Fedora issued version. Suggestion: Before the line "Load the "Add poll" page to see how that looks:" add: "You may need to restart your development server. As we did in Tutorial 1, run <code>python manage.py runserver</code>" Problem: Later the doc talks about editing files and switches between a couple of files. Since the tutorial is aimed as those of us who know very little, might want to specify which file you're editing. Suggestion: Change the line "Let's add another improvement to the Poll change list page: Filters. Add the following line to PollAdmin:" to "Let's edit our polls admin.py again and add another improvement to the Poll change list page: Filters. Add the following line to PollAdmin:" Thanks! Leam -- Ticket URL: <http://code.djangoproject.com/ticket/12918> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
