Django 101ΒΆ

The Django 101 tutorial is an adaption of http://www.django-workshop.de for the OpenTechSchool PyCoaches workshops. While creating a cookbook application, you will get to know following aspects of Django:

  • Django setup/configuration
  • Models and object-relational mapping
  • Django’s admin interface
  • URL routing
  • Views
  • Templates

Table of contents:

Next topic

Preparations

This Page