Ticket #2354: tutorial_patch.diff
File tutorial_patch.diff, 497 bytes (added by , 18 years ago) |
---|
-
docs/tutorial01.txt
347 347 348 348 If you're interested, also run the following commands: 349 349 350 * ``python manage.py validate polls`` -- Checks your models for typos and 351 other errors. 352 350 353 * ``python manage.py sqlinitialdata polls`` -- Outputs any initial data 351 354 required for Django's admin framework and your models. 352 355