Building SQL Query Inspector Middleware | Django Project | SQL Inspection Middleware | 11

preview_player
Показать описание
This tutorial is part of the Django Project Python Package course. This tutorial teaches you how to create an SQL inspection Middleware for a Django project.

Udemy Course:

YouTube Playlist:

The Python Package Index (PyPI) is a software repository for the Python programming language. in this course, we teach you how to build and publish a Python package to the PyPI. The package we built and published is centred around a Django middleware tool we developed in this course. We start by learning how to build a Django project and how to inspect SQL queries executed by a Django application. We will learn the basics of Django Middleware and how to build a simple middleware component that will form our package's basic functionality. Once we grasp the fundamentals of Django, Django middleware and how to capture SQL queries executed by Django, we move to the next phase, building a new package. In the first stages, we explore the essential files and configurations required to build a new package. We then incorporate the middleware we have built previously and build our package in preparation for being uploaded to the PyPI. The life cycle of our application does not stop after distribution. Therefore we take the following steps to automate the delivery of our app to the PyPI. We develop GitHub actions to manage the packaging and upload of the package to the PyPI. In this course, we provide an introduction to testing with Pytest, creating stand-alone Django apps to aid the testing process.
Рекомендации по теме
Комментарии
Автор

Very good contents. Cheers 🍻. I have checked your Udemy Courses. Would love to purchase a course on Django Channel (Real time Notification) on Comments, Like and Name Mentioned.
Thanks you.

edwardmike
Автор

Can you make tutorial on Prefetch_related and select_related functions in django

wazidmalik