Added docs/tutorial04.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@435 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-08 21:02:28 +00:00
parent b7e226d8b8
commit 1cc4531f0b
2 changed files with 253 additions and 11 deletions

View file

@ -409,15 +409,7 @@ other URL root, and the app will still work.
All the poll app cares about is its relative URLs, not its absolute URLs.
Coming soon
===========
When you're comfortable with writing views, read `part 4 of this tutorial`_ to
learn about simple form processing and generic views.
The tutorial ends here for the time being. But check back soon for the next
installments:
* Advanced view features: Form processing
* Using the RSS framework
* Using the cache framework
* Using the comments framework
* Advanced admin features: Permissions
* Advanced admin features: Custom JavaScript
.. _part 4 of this tutorial: http://www.djangoproject.com/documentation/tutorial4/