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 create documentation API using swagger or anything
I'm using drf-spectacular but do not support mongodb
websocket disconnects after hadnshaking Django Channels
How do I create an emptry LineString in GeoDjango
JavaScrip Gmail API code not working on Django template
Async function isn't behaving as intended in Django websocket consumer
Request Issue With Django On AWS
How would I handle another POST request on my site
Django / Pytest / Splinter : IntegrityError duplicate key in test only
Django: General Questions about API views
Django - Update database entry if it exists or insert new entry combining two tables together (models)
unexpected tag on my dom object when I am working with js
Django Session-based Auth for Single Page Apps
Securing a Containerized Django Application with Let's Encrypt
What Is the Python Global Interpreter Lock (GIL)?
Python's Instance, Class, and Static Methods
Deploying Django to AWS with Docker and Let's Encrypt
Customizing the Django Admin
Storing Django Static and Media Files on Amazon S3
How to Use Python Data Classes in 2023
Python Import from File – Importing Local Files in Python
Python List to String – How to Convert Lists in Python