mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +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:
parent
297731c657
commit
601a892ea0
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue