How to utilize available tools to enable developers to work together
How to use Django forms to handle data input
How we can traverse relationships in django objects and fetch/present them appropriately in views/templates
Explore how we can leverage what we have learned so far by taking advantage of models, views, and templates to create some data driven views.
Configuring the django Admin for Your Project
Defining the models and a Django project
How to improve the url path design of a Django web application and exploring some of the best practices.
Using Django Temapltes to control web application look and feel
Introduction to web applications.