LearningDjango
Revision 9 as of 2010-02-24 16:07:54
Clear message
Syllabus
For this class, you will not necessarily need django installed to follow along, though it is highly recommended. You will need bzr 2.x in order to get the code that we will be discussing. Instructions for getting the code will be given during the session.
Day 1
- What is it?
- Installation/Setup
- Creating a Project
- Creating an Application
- Configure a Database
- Basic View
- Custom URL
Day 2
- Models
- Meta fields
- Field types
- Foreign Key/M2M Fields
- Inheritance
Day 3
- Forms
- Model Forms
- Custom Validation
- Single Field
- Multiple Fields
Day 4
- Template
- Built in Tags
- Built in Filters
- Custom Filters
Project
https://launchpad.net/classroom-scheduler
Class
- teacher
- title
- start time
- end time
- wiki link
- course
Course
- title
- start date
- end date
Comments
- name
- timestamp
- class
- comment
Channel
- name
- is logged
- is moderated
- ops