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 ORM Recipes is a book about working with Django ORM and Django models. Django ORM is one of the key pillars of Django.
Django Rest Framework (DRF) is a library that works with standard Django models to create a flexible and powerful API for a project.
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.
I Can't understand how to create minio bucket for authenticate user. this API will be create by Django rest Framework .
Django-tenants: relation "journal_nav_topnavitem" does not exist even after adding app to SHARED_APPS and running migrate_schemas --shared
Cannot find settings module in mod_wsgi (Apache2 on Ubuntu with django)
In Django form, set ModelChoiceField selection when form renders
Solution to not split logic in django to solve N+1 queries
Django send_mail() / EmailMessage with Gmail SMTP has 4-minute delay for new email recipients
Django inline formset won't save form appended via JS
How to handle sorting, filtering and pagination in the same ListView
want a UI for archived user and therapists , [closed]
Background daemon in celery without task explosions
Can pyHanko digitally sign HTML content directly, or is PDF conversion required?
Создайте личный дневник с помощью Django и Python
Учебник по шаблонизации Jinja
Начало работы с управлением пользователями Django
Создайте блог с использованием Django, GraphQL и Vue
Как отобразить Markdown в приложении Django
Создайте блог с нуля с помощью Django
Асинхронные задачи с Django и Celery
Создание многопользовательского приложения с помощью Django
Запуск фоновых задач из Django Admin с помощью Celery
Оптимизация запросов Django - defer, only, exclude