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

commands.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2006-07-19 02:28:35 +00:00
parent 51705f60b1
commit e6e663371b
1 changed files with 2 additions and 0 deletions

View File

@ -346,6 +346,8 @@ Note the following:
the SQL to the database.
If you're interested, also run the following commands:
* ``python manage.py validate polls`` -- Checks for any errors in the
construction of your models.
* ``python manage.py sqlinitialdata polls`` -- Outputs any initial data
required for Django's admin framework and your models.