Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Djang/Couchdb wrapper
A set of generic views for embedding CouchDB data into a view. -
error - Django Unhandled Exception - Stack Overflow
-
Instalar python
-
Green Unicorn - Welcome
-
GeoDjango widgets — django-floppyforms v0.4.1 documentation
-
jQuery: The Write Less, Do More, JavaScript Library
-
Development to Deployment in Django @ Irrational Exuberance
-
Django / Comet (Push): Least of all evils? - Stack Overflow
-
Jeremy Bowers | Django, Nginx and uWSGI in production
The Times is serving millions of page views per year on an application server stack comprising Nginx, uWSGI and Django -- and here's the recipe we're using and the lessons we've learned. -
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
-
Django on NoSQL and entrepreneurship/startup topics | All Buttons Pressed
-
Pinax : Contributing to Pinax
-
djblets/djblets - GitHub
-
Top 10 Resources for Django-Newbies — lecturefox
-
Django - MailChimp
Mailchimp Wrapper for -
Home | Surfing in Kansas
-
coltrane - django blog
-
Eleven Django blog engines you should know | Monty Lounge Blog
Below are a few blog engines I selected that I believe you should be aware of, sorted by most recently updated. -
eldarion - django blog
Description: Biblion was the eldarion.com blog which we've extracted and open sourced. It is currently positioned as being used for site/project blogs such as eldarion.com and pinaxproject.com. We intend for this app to replace the internal Pinax blog app once we've made it feature complete. -
Django vs. web2py
-
Making Static Dynamic Again; AYM CMS @ Irrational Exuberance
Use the full power of Django templates to create your static websites. From template inheritance and the default Django template tags and filters, to adding your own custom tags/filters as well. -
Website Builder : The Beginning
Some time ago i started thinking of building a better tools page for Imago. One of my requirements was that it had to be a plain static xhtml site, no dynamic generation on request. It's the most frequented page here, so i'd prefer a simple static site. But i didn't like to hardcode layout and content in one file. That would be a maintenance nightmare for me. I needed a better solution and came up with the following must have requiremtents: -
Django Packages : django reusable apps, sites and tools directory
-
A Django Middleware for Google Analytics (repost) @ Irrational Exuberance
GoogleAnalyticsMiddleware to inject calls to Google Analytics into your pages, and then we'll take a step-by-step look at how it was built.The source for the GoogleAnalyticsMiddleware is available here (it is under a Lesser GNU license).<!--more--> -
An Introduction to Using CouchDB with Django @ Irrational Exuberance
In this tutorial we're going to use CouchDB to store the data for a simple Django webapp which will allow us to post and edit simple text documents online