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:
parent
297731c657
commit
601a892ea0
|
@ -240,6 +240,8 @@ Now Django knows myproject includes the polls app. Let's run another command::
|
||||||
|
|
||||||
django-admin.py sql polls
|
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)::
|
You should see the following (the CREATE TABLE SQL statements for the polls app)::
|
||||||
|
|
||||||
BEGIN;
|
BEGIN;
|
||||||
|
|
Loading…
Reference in New Issue