Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Jimmy Page: site-wide Django page caching made simple | GreenAsh
-
Fictitious Nonsense " Blog Archive " Overriding a Widget in ...
-
django-photologue - Project Hosting on Google Code
-
Django for the Impatient: Blog Building Basics
-
Setup for blog in python
-
The Django Book: Version 2.0 (English)
-
Flying with Django on Google App Engine | Francisco Souza
-
Django snippets: Welcome
-
Django | Models | Relationships
-
Django tips: Template context processors
How to make information available to every template. Be sure to put in the default template processors first or you'll overwrite them and exclude them e.g., for Django 1.3: TEMPLATE_CONTEXT_PROCESSORS = ( "django.contrib.auth.context_processors.auth", "django.core.context_processors.debug", "django.core.context_processors.i18n", "django.core.context_processors.media", "django.core.context_processors.static", "django.contrib.messages.context_processors.messages", "MyApp.views.my_context_proc_func", ) -
nginx_http_push_module
COMET module for nginx, permits "long polling" / "HTTP Push" from any web app framework with low resource demands. -
Mezzanine — Mezzanine v0.10.4 documentation
-
Celery - The Distributed Task Queue
-
sunlightlabs/django-gatekeeper - GitHub
-
Django with virtualenv on Webfaction | zoe.vc
-
♬ HOWTO Integrate SWFUpload with Django – Blogtunes
-
Welcome to Spreedly! | Spreedly
recurring payments; REST api; django-spreedly -
Django Packages :
-
OSQA | Learn More
-
Python IDE with Django support : JetBrains PyCharm
-
A better way : SaaS with Django and PostgreSQL Schemas - tidbids's posterous
A reasonable way to use schemas with Django. -
Building SEO optimised Django web applications — The Usware Blog - Django Web Development
-
Building SEO optimised Django web applications — The Usware Blog - Django Web Development
-
4 things to know for NoSQL Django coders - Django-nonrel ...
-
Fabric: easy deployment - vlent.nl