Django

Code

Changeset 195

Show
Ignore:
Timestamp:
07/19/05 00:43:07 (3 years ago)
Author:
adrian
Message:

Added docs/tutorial03

Files:

Legend:

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

    r188 r195  
    458458general, see the `Django admin CSS guide`_. 
    459459 
     460When you're comfortable with the admin site, read `part 3 of this tutorial`_ to 
     461start working on public poll views. 
     462 
    460463.. _Django admin CSS guide: http://www.djangoproject.com/documentation/admin_css/ 
    461  
    462 Coming soon 
    463 =========== 
    464  
    465 The tutorial ends here for the time being. But check back within 48 hours for 
    466 the next installments: 
    467  
    468 * Writing public-facing apps 
    469 * Using the cache framework 
    470 * Using the RSS framework 
    471 * Using the comments framework 
     464.. _part 3 of this tutorial: http://www.djangoproject.com/documentation/tutorial3/