summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-07-19 02:28:35 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-07-19 02:28:35 +0000
commite6e663371bda04751352bcba134b144cde21945a (patch)
tree4093c0899131719e45823c2a26023d635e042994 /docs/tutorial01.txt
parent51705f60b1b561b3e44d1ff3d02bc12d7af26d9f (diff)
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
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index c353e1ab4b..62db8ab842 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -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.