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.
I have a legacy django project in python 2 where I needed to implement jaeger in it. How can I do that, Can anyone guide me on the same? python 2.7 django-1.11.1
Updated from Django 3.2 to 5.2, now I'm getting "Obj matching query does not exist"
I'm trying to integrate Google SSO into my Django app, but I keep running into an issue
How to get a moving average (or max) in time period using Django ORM
modeltranslation ignores LANGUAGE setting
Django django-admin-async-upload returns 302 redirect to 404 page in staging environment
Using the Django REST Framework, how can I set a field to be excluded from one view, but included in an other, without much bloat code?
How to handle existing data when introducing an intermediate model between a base model and a child model in a Django Polymorphic inheritance hirarchy
Django Forms - How can I update a form with a disabled required field?
Wagail wont show Preview mode for pages on live server
Permission Denied while building Django project with Docker
Быстрое прототипирование с помощью Django, htmx и Tailwind CSS
Разбивка на страницы в Django
Централизованное ведение журнала с помощью Django, Docker и CloudWatch
Отладка контейнеризованного приложения Django в PyCharm
Представления Django REST Framework - ViewSets
Общие представления (GenericViews) Django REST Framework
Django REST Framework Views - APIViews
Освоение манипулирования множественными наборами запросов в Django
Основы библиотеки Python Mock Object
Использование PyInstaller для легкого распространения приложений на Python