Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
django-store - Online Store Django App - Google Project Hosting
-
Python-php
-
tests.py - django-dojoserializer - Serializes django model instances to a dojo data compatible JSON representation - Google Project Hosting
-
Django ORM: caching and manipulating ForeignKey objects - Stack Overflow
-
ebcode - Source code of EveryBlock.com - Google Project Hosting
-
Django | Making queries: Lookups that Span Relationships | Django Documentation
-
django order by related field
-
themartorana/python-postmark - GitHub
-
rossp.org - Gracious E-Mail Bounce Handling in Django with Postmark
-
Python Package Index : django-lazysignup 0.7.0
-
How to make Google index AJAX content (with Django) - Pornark
-
Django on bluehost
-
Developing Django apps with zc.buildout
-
A performance lesson on Django QuerySets « Seek Nuance
-
A Django Development Environment with zc.buildout — Stereoplex
"This article will show you how to create a repeatable Django development environment from scratch using zc.buildout. Setting up environments is a pain. Whether it's Django, Zope, ASP.NET, whatever - a typical web stack has often dozens of components with dependencies on each other and underlying libraries. How do you manage this? How do you make sure that the software you're running on your development environment is configured the same way, and is the same version that gets into your production environment? How do you make sure that the third-party Python library you've just started using is correctly deployed? One answer is zc.buildout. Buildout is a tool for reliably creating reproducible software builds" -
Django tips: A simple AJAX example, part 1
"One thing that’s come up over and over again in the Django IRC channel and on the mailing lists is the need for good examples of “how to do AJAX with Django”. -
charles leifer | Home
-
django-grappelli - A jazzy skin for the Django Admin-Interface - Google Project Hosting
-
Usage — django-floppyforms v0.4.5 documentation
This might make doing the admin forms in jamsession a lot easier... worth investigating in a branch -
A Guide to Testing in Django #2 - Toast Driven
-
A Guide to Testing in Django - Toast Driven
-
Franchising: Running Multiple Sites from one Django Codebase | Huy Nguyen
-
Instant Django
-
Scaling Disqus (from a talk at DjangoCon) | Disqus: The Official Blog
-
Create a Simple Twitter App in Django | Pixeldonor