Ticket #2354: tutorial_patch.diff

File tutorial_patch.diff, 497 bytes (added by django@…, 18 years ago)

[patch]

  • docs/tutorial01.txt

     
    347347
    348348If you're interested, also run the following commands:
    349349
     350    * ``python manage.py validate polls`` -- Checks your models for typos and
     351      other errors.
     352
    350353    * ``python manage.py sqlinitialdata polls`` -- Outputs any initial data
    351354      required for Django's admin framework and your models.
    352355
Back to Top