DJANGO NOTES

A good amount of this webpage has been sourced from this video. Please watch it. I do not claim to be the source for any of the content shown here. This page exists as a personal diary of what I am being taught.

Here is my personal set of Django notes for the python programming language. This is my effort to break away from PHP backend work into a strictly python environment.

What is DJANGO?

Django is a fancy pants python framework for hosting websites and services using Model View Controller design philosophy.

What is the structure of a Django application?

Quick Tips