summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2006-07-23 03:31:52 +0000
committerJason Pellerin <jpellerin@gmail.com>2006-07-23 03:31:52 +0000
commit438c23a6c6eb71b73272a9b98392af654b76c82c (patch)
treec9f9bdfd9db7efc982b5094ba452c5d152881b35 /docs/tutorial01.txt
parentd345b89bc67b67867a4cc9608a972b7ffa6e0903 (diff)
[multi-db] Merge trunk to [3426]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3427 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.