Django

Code

Changeset 2822

Show
Ignore:
Timestamp:
05/03/06 08:50:32 (2 years ago)
Author:
adrian
Message:

Temporarily changed 'blog' to 'poll' in tutorial01 to avoid confusion

Files:

Legend:

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

    r2809 r2822  
    1010It'll consist of two parts: 
    1111 
    12     * A public site that lets people read your blog entries and submit 
    13       comments. 
    14     * An admin site that lets you add, change and delete entries and comments. 
     12    * A public site that lets people view polls and vote in them. 
     13    * An admin site that lets you add, change and delete polls. 
    1514 
    1615We'll assume you have `Django installed`_ already. You can tell Django is