summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
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;