Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Using Google App Engine's SDK along with virtualenv | anler.me
-
Using Google App Engine's SDK along with virtualenv | anler.me
-
Deploy Django applications with Fabric
-
django-telegraphy — telegraphy 0.1 documentation
-
django-telegraphy — telegraphy 0.1 documentation
-
Better Django models
-
Better Django models
-
Welcome to django-versioning’s documentation! — django-versioning v0.3 documentation
-
Welcome to django-versioning’s documentation! — django-versioning v0.3 documentation
-
dajaxproject.com - easy to use ajax library for django
-
dajaxproject.com - easy to use ajax library for django
-
DjangoCon 2013 - How to Write Fast and Efficient Unit Tests in Django
-
DjangoCon 2013 - How to Write Fast and Efficient Unit Tests in Django
-
Getting Random objects from a Queryset in Django | Elpenia's Weblog
from random import sample count = Book.objecs.all().count() rand_ids = sample(xrange(1, count), 10) Book.objects.filter(id__in=rand_ids) -
Django 1.6 release notes | Django documentation | Django
-
Customizing authentication in Django | Django documentation | Django
-
Fixing Database Connections in Django - Craig Kerstiens
-
Using Redis as Django's session store and cache backend - Michał Karzyński
-
Fast as Fuck Django, Part 1: Using a Profiler - Gun.io
-
26.5. hotshot — High performance logging profiler — Python v2.7.6 documentation
-
The Django template language: For Python programmers | Django documentation | Django
-
Django and PostgreSQL - improve performance with no effort and no code. | Ask The Pony
-
Saikiran Yerram - Making Django Fasssst
-
telegraphy
Telegraphy provides real time events for WSGI Python applications with additional features such as event filtering, subscription persistence and authorization/authentication. -
Django Custom Model Manager Chaining - Hunter Ford