Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Docker Explained: How To Containerize Python Web Applications | DigitalOcean
-
Setting up an asynchronous task queue for Django using Celery and Redis
Celery is a powerful, production-ready asynchronous job queue, which allows you to run time-consuming Python functions in the background. A Celery powered application can respond to user requests quickly, while long-running tasks are passed onto the queue. In this article we will demonstrate how to add Celery to a Django application using Redis. -
grantmcconnaughey/django-field-history: A Django app to track changes to a model field.
-
django-environ
Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application. -
WhiteNoise
-
Optimizing slow Django REST Framework performance
-
Getting Started with Django REST Framework (DRF) and AngularJS (Part 1) - The Engine Room - TrackMaven
-
Mezzanine - The Best Django CMS
-
[DjangoRestFramework] How to write tests to check if the API endpoints can or cannot be accessed with/without authentication? : django
-
django-configurations — django-configurations dev documentation
-
Scaling Django: Breaking out not breaking up — Crafting Cronitor — Medium
-
Deploying a Django App with No Downtime — Medium
-
Using Gabbi and Hypothesis to Test Django APIs | Wildfish
-
Django REST framework ViewSet when you don’t have a Model — Medium
-
django-rq redux: advanced techniques and tools — /var/
-
django-field-history
-
ellmetha/django-machina: A Django forum engine for building powerful and pretty community driven websites.
-
python - setting an environment variable in virtualenv - Stack Overflow
-
Setting environment variables for Apache/mod_wsgi hosted Python application.
-
Dynamic Meta attributes for Django Models? - Stack Overflow
-
Google Cloud Platform Vision API
Google Cloud Vision API enables developers to understand the content of an image by encapsulating powerful machine learning models in an easy to use REST API. -
The Django Book
This book was originally published by Apress in 2009 and covered Django version 1.0. Since then it has languished and, in places, is extremely out of date. We are working on getting the book updated to cover Django versions 1.4, 1.5, and beyond. But we need your help, we’re making this book — warts and all — open source in the hopes that it will find love as a community project. -
grantmcconnaughey/django-field-history: A Django app to track changes to a model field.
-
Graham Dumpleton: Building a better user experience for deploying Python web applications.
-
Easy Django Deployments with Ansible - Technically Voracious