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 used
pip install celery[redis]
in project settings:
CELERY_BROKER_URL = "redis://127.0.0.1:6379"
redis gives PONG answer
but its still using amqp when i run celery -A news worker -l info
celery -A news worker -l info
Learning Django - what steps should I take? [closed]
How can I improve Gemini API accuracy for extracting line items from variable invoices and quotations?
Why am I getting a 404 error with python anywhere?
Visual Studio Code does not show docstring for ManyToManyField methods set and clear
Django silently ignores settings that were removed in older versions - how do I find them?
Django Channels redis.exceptions.TimeoutError: Timeout reading from 127.0.0.1:6379
django.db.utils.NotSupportedError: MariaDB 10.11 or later is required (found 10.6.22)
Request failed in Django but succeeds when I run script standalone
How to expose a multi-model, case-scoped "detail" read in DRF without adding a new endpoint?
Custom ID vs UUID for Documents
Выпущен Django 6.0
Как создать REST API в Django
Как создать API GraphQL в Django
Как использовать сигналы Django в своих проектах
Как расширить модель пользователя Django
Начало работы с Django: создание приложения-портфолио
Создайте личный дневник с помощью Django и Python
Учебник по шаблонизации Jinja
Начало работы с управлением пользователями Django
Создайте блог с использованием Django, GraphQL и Vue