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 need to check if a certain date is between the month of February, but I can't use year, only month and day.
How can i do this using if and else in python?
how can I use django model method for ordering in meta class
how to properly implement Django (Wagtail CMS) pagination in modal window using Select html tag?
I need to create documentation API for Django with MongoDB project?
Nginx Gives 502 Error but config should be correct; Please I need advise on how to debug the issue?
Как сократить двойной цикл For?
Django Admin inline-editable like Flask admin?
Django ValueError: Cannot serialize: <User: username>
Django - images upload in wrong folder
django rest framework + djoser ошибка при получении токена - "non_field_errors": [ "Невозможно войти с предоставленными учетными данными." ]
Django crispy forms language settings
Django Templates: Best Practices
Advanced Django Models: Improve Your Python Development
Making a Custom Django User Model Tutorial
OAuth Authentication in Django with social-auth
Оптимизации в Django: select_related, prefetch_related, индексы БД и кэширование
An introduction to Django Simple History
Filtering and Pagination with Django
How to Use Celery for Scheduling Tasks
Testing emails in Django
How to Implement Token Authentication using Django REST Framework