Django

Code

Changeset 544

Show
Ignore:
Timestamp:
08/21/05 13:28:04 (3 years ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial01.txt

    r543 r544  
    240240 
    241241    django-admin.py sql polls 
     242 
     243(Note that it doesn't matter which directory you're in when you run this command.) 
    242244 
    243245You should see the following (the CREATE TABLE SQL statements for the polls app)::