Try Django 2.0 Logo

Try Django 2.0

A Tutorial on building a real project with Django version 2.0

Lessons

6 - Reference Code

7 - Start Project with Django-Admin

8 - Create the database

9 - Create Super User & Runserver

10 - The Django Admin

11 - Django Settings Overview

12 - Create a Django App

13 - Your First View

14 - Map URL to View

15 - Render an HTML File

16 - Template Inheritance

17 - Template Context