isom350

Collaboration & Project Management

How to utilize available tools to enable developers to work together

Django Forms

How to use Django forms to handle data input

Traversing Relationships

How we can traverse relationships in django objects and fetch/present them appropriately in views/templates

Data-Driven Views

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.

Django Admin

Configuring the django Admin for Your Project

Django Models

Defining the models and a Django project

HTML Forms

Simple user input

Improved URLs

How to improve the url path design of a Django web application and exploring some of the best practices.

Django Templates

Using Django Temapltes to control web application look and feel

Web Applications

Introduction to web applications.