Django Logo
Django Video 1 - Settings

Video 1 - Project Settings

Setting up and Configuring a Django Project

Django Video 2 - Models and the Admin

Video 2 - Models and the Admin

An Introduction to Models, the Admin interface, and the Interactive Shell

Django Video 3 - Views and Templates

Video 3 - Views and Templates

An Introduction to Views, URLs and Templates

Django Video 4 - TinyMCE

Video 4 - TinyMCE

How to integrate TinyMCE as a WYSIWYG editor for Django TextFields

Django Video 5 - ImageField

Video 5 - ImageField

An Introduction to the ImageField

Django Video 6 - User Authentication Part 1

Video 6 - User Authentication Part 1

How to setup user accounts and profiles

Django Video 7 - User Authentication Part 2

Video 7 - User Authentication Part 2

How to log users in and out using the built in authentication backend

Django Video 8 - Password Reset

Video 8 - Password Reset

How to reset users passwords

Django Video 9 - User Profile and login_required decorator

Video 9 - User Profile and @login_required decorator

How to setup User Profiles and require Login for specific views

Django Video 10 - Facebook Tabs part 1

Video 10 - Interactive Facebook Tabs part 1

How to register a Facebook App and setup Django to serve a Facebook Tab

Django Video 11 - Facebook Tabs part 2

Video 11 - Interactive Facebook Tabs part 2

How to build the View and Template to serve the Facebook Tab

Django Video 12 - Facebook Tabs part 3

Video 12 - Interactive Facebook Tabs part 3

How to implement calls to the Open Graph API to facilitate user interaction

Django Video 13 - Twitter API

Video 13 - Twitter API

How to gain SEO points using Python-Twitter