Tutorials In This Series
Lesson 1 - Introduction to Django
In this lesson we'll get you started with Django, starting with an explanation of what Django is. We'll help you install the software, and even create your first Django application!
Lesson 2 - Models
In this lesson you will learn about models and the Django interface.
Lesson 3 - Django Views
In this lesson you will learn about views and how they work in Django.
Lesson 4 - Templates
In this lesson you will learn about Django templates.
Lesson 5 - Django Forms
In this lesson you will learn about forms and how to handle form data in Django.
Lesson 6 - More Advanced Topics
In this lesson you will learn about generic views and custom template filters in Django.
Lesson 7 - State Management with Cookies, Sessions and Caching
In this lesson you will learn about persisting data and how to do so in Django.
Lesson 8 - Deployment
In this lesson we will conclude our 101 series by learning to deploy Django.
|