Django:Web Development with Python


Module 1

Django's position on the web

creating a django project

hello world. with django

working with templates

working with models

getting a model's data with querysets

working with django forms

raising your productivity with cbv

using sessions

the authentication module

using ajax with django

production with django

module 2

getting started with django 1.8

database structure

forms and views

templates and java script

custom template filters and tags

model administration

django cms

hierachical structures

data import and export

bells and whistles

testing and deployment

module 3

django and patterns

application design

models

views and urls

templates

admin interface

forms

dealing with legacy code

testing and debugging

security

production-ready