Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Asynchronous Tasks With Django and Celery – Real Python
-
Quickstart: Compose and Django | Docker Documentation
-
charles leifer | ucache, a lightweight caching library for python
-
All you need to know about prefetching in Django – Hacker Noon
-
kickstartcoding/cheatsheets: A selection of printable, one-page cheatsheets, generated from Markdown using Pandoc & LaTeX - JavaScript, Python, Linux shell, Django, and more
-
Demo Django project which shows a logging filter that removes SuspiciousOperation exceptions
-
wagtail - Select base template per site - Stack Overflow
-
How to Dockerize Django and Postgres - concise coder
-
Modeling Polymorphism in Django With Python – Real Python
Modeling polymorphism in relational databases can be a challenging task, but in this article, you'll learn several modeling techniques to represent polymorphic objects in a relational database using the Django object-relational mapping (ORM). -
Django Migrations: A Primer – Real Python
-
Deploying a Django Application to Elastic Beanstalk - AWS Elastic Beanstalk
-
The Ultimate Guide to Django Redirects – Real Python
-
Django Tips #1 redirect
-
Ask HN: Go-to web stack today? | Hacker News
web stack examples like django + vue -
Django Class-Based-View Inspector -- Classy CBV
-
sibson/redbeat: RedBeat is a Celery Beat Scheduler that stores the scheduled tasks and runtime metadata in Redis.
-
A GraphQL-first Open Source eCommerce Platform | Saleor
-
Django Packages : Reusable apps, sites and tools directory
-
GitHub - wsvincent/awesome-django: A curated list of awesome things related to Django
-
How to use Python virtualenv
-
cookiecutter-django and Amazon RDS - Martin Saizar
This article will focus on configuring a cookiecutter-django project with Docker and Amazon RDS. By default when selecting deployment with Docker, a service with PostgreSQL will be used as the database. This is great for local development, but for production, we may want Amazon to handle the database. -
4 new Python/Django video tutorials for productive cloud development - Open Source blog
Python is a great language for building web apps, and Django is one of the most popular frameworks. It lets developers create web apps fast, including modern RESTful APIs, with security and scalability in mind. I’ve been using Visual Studio Code and Azure for a while and was invited to share my experiences at Microsoft’s Read more -
Real Python: Django Migrations: A Primer
-
peter-woyzbun/rests
Generate Typescript models from Django/ DRF -
Modeling Polymorphism in Django With Python – Real Python