Django

Code

Changeset 3362

Show
Ignore:
Timestamp:
07/18/06 21:28:35 (2 years ago)
Author:
mtredinnick
Message:

Fixed #2354 -- Added a note about "manage.py validate" to the list of useful
commands.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial01.txt

    r2937 r3362  
    347347 
    348348If you're interested, also run the following commands: 
     349    * ``python manage.py validate polls`` -- Checks for any errors in the 
     350      construction of your models. 
    349351 
    350352    * ``python manage.py sqlinitialdata polls`` -- Outputs any initial data