Logo     Photos

6 Member(s) Online

PyCon is a 100%
Volunteer-run
Conference Organized by
Members of the
Python
Community.

Site/Questions etc ?

Valid XHTML 1.0 Transitional

Valid CSS!

PyCon 2007 is sponsored
in part by
Zenoss - The Next Step in IT Management Google Microsoft .Net Framework EWT LLC Enthought, Inc. ITA Software
Platinum
Wingware Python IDE Accense Technology, Inc.
Gold
Quality Vision International Inc. MerchantCircle Big Nerd Ranch, Inc. High Speed Rails Canonical ZeOmega -- Open Minds' Open Solutions Open Source Applications Foundation CCP Games Tummy.com - we do linux AG Interactive ActiveState - Dynamic Tools for Dynamic Languages
Silver
Python411 Podcast Series O'Reilly Media, Inc.
Media

Class Outline: Django Tutorial

  * Introduction
      * Django's philosophy
      * Installation
      * Some basic terminology
  * Models
      * What's a model?
      * Writing models
      * The model API
      * Model metadata
      * Relationships (foreign key, many-to-many, one-to-one)
  * The Django admin
      * What is it?
      * Activating the admin
      * Live demo
  * Views
      * What are views?
      * URLs
          * Mapping URLs to views
      * Dissecting a request
      * Writing a view
  * Templates
      * What's a template?
      * Why use templates?
      * Writing templates.
      * Tags/filters
      * Template inheritance
  * Generic views 
      * What are generic views?
      * Using list/detail generic views
      * Using date*based generic views
      * Others...
  * The greater Python ecosystem
      * Mining the standard library
          * SQLite in Python2.5
          * CSV creation and parsing
      * Using other template engines
      * Using other data stores
      * Generating PDFs with ReportLab
      * Generating images with PIL
  * Wrap-up
      * Where to go for help
      * How to get involved in Django's community
Content Last Modified: February 24, 2007, at 06:20 AM