Django is a free framework for Python-based web applications that uses the MVC design pattern.
Python is an easy to learn, powerful programming language.
Django Rest Framework (DRF) is a library that works with standard Django models to create a flexible and powerful API for a project.
Django ORM Recipes is a book about working with Django ORM and Django models. Django ORM is one of the key pillars of Django.
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
Django CMS is a modern web publishing platform built on Django, a web application framework "for perfectionists with deadlines".
Python Social Auth is an easy-to-configure social authentication/registration mechanism with support for multiple platforms and authentication providers.
Task queues are used as a mechanism for distributing work between threads or machines. The input to the task queue is a unit of work called a task.
Tutorials on the Django framework, its features, use cases, and general useful things about the framework.
Various little hints, tips, unusual uses of Django - little useful things.
Video tutorials on Django framework, Python and Django basics and usage.
Django News. Stay up-to-date with the latest changes and events.
Tutorials on Python, its functions, use cases, and general useful stuff.
enter image description here
Django SelectDateWidget default values for month and year only
How to edit lines of bar chart in apache superset based on threshold
Ошибка при попытке авторизации с помощью drf-social-oauth2
Django storages + boto3 not working. Keeping static files local while uploading media files to S3
TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument: 'recursive_guard' on Mac
Dokku Procfile "release: python manage.py migrate" results in a NodeNotFoundError "Migration XYZ dependencies reference nonexistent parent node"
The Git pull encounter issue "RPC failed; curl 92 HTTP/2 stream 7 was not closed cleanly: CANCEL (err 8)"
Selenium(chrome driver) and Gunicorn problem workers close immediately after starting with daemon
How to implement one-way data transfer at specific intervals using SSE or WebSockets?
How to bind selected objects to another model object at once on web page (like a checkbox) [closed]
Основы библиотеки Python Mock Object
Использование PyInstaller для легкого распространения приложений на Python
Рефакторинг приложений на Python для упрощения
Распознавание лиц с помощью Python
Чтение и запись файлов в Python
Повышение эффективности классов Python с помощью super()
Паттерн Фабрика и его реализация в Python
Разработка на Python в Visual Studio Code
Асинхронный ввод-вывод в Python
Проверка типов в Python