Getting to render

  • Development setup

Using Admin

  • Introduce Django Admin

Templates

  • Common usage scenarios
    • if, for, active class, number format, date, calling functions
    • custom template tags
  • Custom Template tags

Forms

  • Basics of form
  • validation

ORM

  • date, month, year
  • not null
  • range query
  • Q object

Datetime

  • saving with timezone

Asynchronous Tasks

  • celery