Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
A/B testing using Django
-
ulule/django-safety: Generic Django application for safer user accounts.
-
Zappa, Django, and Lambda VPC Support -- Serverless Code
-
Unit test your Django views
-
Deploying a Django App with No Downtime
-
Django models, encapsulation and data integrity
-
Django Packages : Reusable apps, sites and tools directory
-
django-medusa: Rendering Django sites as static HTML
If you’ve ever poked around on this blog, you may have noticed the colophon which mentions very briefly: Unlike most Django sites, this is compiled into static HTML pages by django-medusa, a Django app I'm ... -
Introducing django-bakery
A set of helpers for baking out your Django site as flat files -
Django documentation — Django 1.6.12.dev20160216120443 documentation
-
Zappa, Django, and Lambda VPC Support -- Serverless Code
-
Deni Bertovic :: Celery - Best Practices
-
bread-and-pepper/django-userena: Accounts for Django made beautifully simple
-
Krzysztof Żuraw - Celery and RabbitMq in Django part three
-
GitHub - arocks/edge: A Django project skeleton that is modern and cutting edge.
A Django project skeleton that is modern and cutting edge. — http://django-edge.readthedocs.org/ -
Tom Usher - Stack Overflow Careers
-
Django | Opbeat
-
How to customize Django Oscar Models, Views and URL's - Micropyramid
-
Setting up an asynchronous task queue for Django using Celery and Redis - Michał Karzyński
-
Processing long-running Django tasks using Celery + RabbitMQ + Supervisord + Monit
, -
Configuration — Flower 0.9.0 documentation
-
Optimize Django memory usage – Random notes from Zena
-
Migrating function-based generic views — Django 1.4.20 documentation
-
Deployment Diagram - Django with Docker | Manuel Morejón
-
How to decide the architecture of a Django application? : django