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:
parent
51705f60b1
commit
e6e663371b
|
@ -346,6 +346,8 @@ Note the following:
|
||||||
the SQL to the database.
|
the SQL to the database.
|
||||||
|
|
||||||
If you're interested, also run the following commands:
|
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
|
* ``python manage.py sqlinitialdata polls`` -- Outputs any initial data
|
||||||
required for Django's admin framework and your models.
|
required for Django's admin framework and your models.
|
||||||
|
|
Loading…
Reference in New Issue