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.
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.
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.
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.
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.
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.
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.
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 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.
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.
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! Learn in 1 hour and already drank your first sites.
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.
Video showing how to create pages using Bootstrap for a Django website.
Everything you need to know about creating a Django project and environment from scratch. Report from Moscow Python Meetup №54
The best Django video tutorials and screencasts of 2018.