Django

Code

Changeset 435

Show
Ignore:
Timestamp:
08/08/05 16:02:28 (3 years ago)
Author:
adrian
Message:

Added docs/tutorial04.txt

Files:

Legend:

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

    r430 r435  
    410410All the poll app cares about is its relative URLs, not its absolute URLs. 
    411411 
    412 Coming soon 
    413 =========== 
    414  
    415 The tutorial ends here for the time being. But check back soon for the next 
    416 installments: 
    417  
    418     * Advanced view features: Form processing 
    419     * Using the RSS framework 
    420     * Using the cache framework 
    421     * Using the comments framework 
    422     * Advanced admin features: Permissions 
    423     * Advanced admin features: Custom JavaScript 
     412When you're comfortable with writing views, read `part 4 of this tutorial`_ to 
     413learn about simple form processing and generic views. 
     414 
     415.. _part 4 of this tutorial: http://www.djangoproject.com/documentation/tutorial4/