Video lessons on Django

Django Tutorials (Creating a Website) / Tutorial #11 - Final Video Tutorial

We have reached the final video lesson, in which we will not study anything further, but simply summarize what we have learned and where we should move on.

Django Tutorials (Building a Website) / Tutorial #10 - Adding Custom Pages

In this tutorial, we will add individual pages for each news article. We will write a URL check, and also create the correct output from the database of only one article on the site page.

Django Tutorials (Creating a Website) / Tutorial #9 - Migrations and the Admin Panel

In the lesson, we will touch on two important topics at once: migrations and the admin panel. Migrations allow you to specify new tables in the database, and the admin panel is used to add data to various tables in the database.

Django Tutorials (Creating a Website) / Tutorial #8 - Creating a News Template

In this lesson, we will finish the work on the news page on the site. We will create a template that will receive data from Python and output it through a loop in an HTML template.

Django Tutorials (Creating a Website) / Tutorial #7 - Starting a News Category

Our site has three sections, but only two of them are done. In this tutorial, we will start creating the news category of the site and create a table in the database for all the articles on the site.

Django Tutorials (Creating a Website) / Tutorial #6 - Passing Data from Python to HTML

To make HTML templates more dynamic, we need to pass data into them from Python. In this lesson, we will learn a technology that allows you to transfer values from the logical part of the site to the visual part.

Django Tutorials (Creating a Website) / Tutorial #5 - Adding Bootstrap Styles to a Website

Every site should have a beautiful design so that the user stays on it for as long as possible. In this video, we will add the Bootstrap library to the site and also learn how to add static files to the site.

Django Tutorials (Creating a Website) / Lesson #4 - Jinja Template Engine

The Python language has an excellent templating engine called Jinja. In this tutorial, we will learn how to work with Jinja and learn how to create and display blocks of HTML code in HTML page templates.

Django Tutorials (Creating a Website) / Lesson #3 - Creating a Django Application

Django sites are made up of various applications. In this tutorial, we'll create our first Django app and display some information on the site using the app.

Django Tutorials (Creating a Website) / Tutorial #2 - Installing Everything Necessary

To work with Django, you need to install Python, as well as the Django library itself. In this lesson, we will download and install everything necessary for comfortable work with the library in the future.

Django Tutorials (Building a Website) / Lesson #1 - What is Django?

Python is a very powerful language, the functionality of which increases with the use of additional libraries. In this video course, we will learn the popular Django library and build a small Django website.

The most boring lesson on Python Django new version in Russian

The most boring lesson on Python Django new version in Russian! Learn in 1 hour and already drank your first sites.

Building a Weather Application in Python

A video in which a full-fledged application in Python and Django is created from scratch, allowing you to receive information about weather conditions in various cities of the world.

Website in Django and Python: page layout, HTML and Bootstrap

Video showing how to create pages using Bootstrap for a Django website.

Starting a Django Application Properly

Everything you need to know about creating a Django project and environment from scratch. Report from Moscow Python Meetup №54

Best Django Video Tutorials (2018)

The best Django video tutorials and screencasts of 2018.