From 601a892ea0ae833d0b00bbd66edeb33ecd2fcb91 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 21 Aug 2005 18:28:04 +0000 Subject: [PATCH] Fixed #380 -- Clarified tutorial 1. Thanks, ssteiner git-svn-id: http://code.djangoproject.com/svn/django/trunk@544 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial01.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index 4d422025886..112f5ca05c8 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;