Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
[untitled]
-
Using Amazon S3 to Store your Django Site's Static and Media Files | Caktus Group
-
A side-by-side Comparison of Django and Moya
-
Mezzanine - The Best Django CMS
-
Home - feinCMS.org
-
Terrible choices: MySQL | ionel's codelog
-
Scalable and resilient Django with Kubernetes — Harish Narayanan
-
Best practices for scaling Django by antonpirker
A presentation created with Slides. -
Scalable and resilient Django with Kubernetes — Harish Narayanan
If things work out as you’ve envisioned, there will be a time in your webapp’s lifecycle when it’s serving a large number of users. By the time things get to this point, it’s ideal if you’ve architected your webapp to both scale gracefully to meet this load, and also be resilient to arbitrary failures of underlying compute resources. This article is about how you can use Docker containers and Kubernetes to help your Django webapp achieve these architectural goals. -
Scalable and resilient Django with Kubernetes — Harish Narayanan
-
Writing Unit Tests for Django Migrations | Caktus Group
Test data changing migrations -
Skipping Test DB Creation | Caktus Group
-
The Django template language | Django documentation | Django
-
Scalable and resilient Django with Kubernetes — Harish Narayanan
-
Scalable and resilient Django with Kubernetes — Harish Narayanan
-
Django Packages : Search
-
Haystack documentation
-
Scalable and resilient Django with Kubernetes — Harish Narayanan
-
Scalable and resilient Django with Kubernetes — Harish Narayanan
-
Using React with Django, with a little help from Webpack
-
Scalable and resilient Django with Kubernetes — Harish Narayanan
-
owais/django-webpack-loader: Transparently use webpack with django
-
Using Webpack transparently with Django + hot reloading React components as a bonus - Owais Lone
-
Scalable and resilient Django with Kubernetes — Harish Narayanan
-
How to use Django with uWSGI | Django documentation | Django