1
0
mirror of https://github.com/django/django.git synced 2025-01-26 10:09:42 +00:00

Fixed #380 -- Clarified tutorial 1. Thanks, ssteiner

git-svn-id: http://code.djangoproject.com/svn/django/trunk@544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-21 18:28:04 +00:00
parent 297731c657
commit 601a892ea0

View File

@ -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;