summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-21 18:28:04 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-21 18:28:04 +0000
commit601a892ea0ae833d0b00bbd66edeb33ecd2fcb91 (patch)
treeac42890a6a860b32c1df118d1f99295587f86eca /docs/tutorial01.txt
parent297731c65727cd2844e0fafd6cfb9e906455cd27 (diff)
Fixed #380 -- Clarified tutorial 1. Thanks, ssteiner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@544 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 4d42202588..112f5ca05c 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -240,6 +240,8 @@ Now Django knows myproject includes the polls app. Let's run another command::
django-admin.py sql polls
+(Note that it doesn't matter which directory you're in when you run this command.)
+
You should see the following (the CREATE TABLE SQL statements for the polls app)::
BEGIN;