Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
xapian-haystack 2.0.0 : Python Package Index
Released a new version of #xapian-haystack for #django, now supporting #python3 https://t.co/AQeXpjZknn — Jorge C. Leitão (@jorgecarleitao) November 17, 2015 -
django_request_response_cycle.png (807×1240)
-
Django under the hood: twisted and django - Amber Brown - Reinout van Rees
-
Django Packages : Reusable apps, sites and tools directory
-
How To Create Installable, Reusable Django Packages
Installable Django package is a reusable component that can be shared across Django projects, allowing us to combine our own ... -
들어가며 | Django Girls Tutorial
-
OpenID Provider
-
juanifioren/django-oidc-provider
-
Django management command to generate factory-boy boilerplate factory definitions for all the models in a given app. The code is not intended to be usable right off the bat, it just provides a few sane defaults based on the structure of your models.
-
rbarrois/factory_boy
-
pydanny.com
How To Create Installable, Reusable Django Packages by Daniel-Roy-Greenfeld via pydanny http://pydanny.com/how-to-create-installable-django-packages.html -
Optimizing Slow Django REST Framework Performance
-
Optimizing Slow Django REST Framework Performance
improving performance of Django Rest Framework -
Django Class-Based-View Inspector -- Classy CBV
-
Our New Sid Meier's Civilization Inspired Budget | Blog by Alex Recker
-
Django: testing custom ModelAdmin methods (simple)
-
Filtering on annotations in Django
-
Beginning BDD with Django - Part Two | Nicole Harris
-
Beginning BDD with Django - Part One | Nicole Harris
-
django-cron
Django-cron lets you run Django/Python code on a recurring basis providing basic plumbing to track and execute tasks. The 2 most common ways in which most people go about this is either writing custom python scripts or a management command per cron (leads to too many management commands!). Along with that some mechanism to track success, failure etc. is also usually necesary. -
The Little Book of Python Anti-Patterns — Python Anti-Patterns documentation
-
Getting started with Docker, Compose and Django - how to set up a Django application and development environment using Docker
-
Trying JSON in Django and PostgreSQL (and compare with MongoDB)
-
Django and Tornado: Python Web Frameworks - CodeProject
-
django-cors-headers
Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).