Changeset 195
- Timestamp:
- 07/19/05 00:43:07 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
- django/trunk/docs/tutorial03.txt (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r188 r195 458 458 general, see the `Django admin CSS guide`_. 459 459 460 When you're comfortable with the admin site, read `part 3 of this tutorial`_ to 461 start working on public poll views. 462 460 463 .. _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/
