Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
statesofpop/django-cal - GitHub
-
Les coulisses de Ma Petite Auto Entreprise « François Gaudin
Aemanager est une application web de gestion pour auto-entrepreneur écrit en python à l'aide du framework django. -
South
intelligent schema and data migrations for Django projects. -
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
-
UsingVimWithDjango – Django
-
peterbe/django-static - GitHub
-
Django Deployment Workshop by Jacob Kaplan-Moss
-
Django Tutorial: Blog Basics | Brenelz Web Design Solutions
-
Jason Kotenko
One of Django's principles is Don't Repeat Yourself (DRY). So for the longest time, I wondered why it was considered good practice to define a get_absolute_url() function inside your models. Doesn't that force you to repeat yourself, by naming the url once in the urls.py for the project, and then again inside each models.py for each app? -
toofishes.net - Django South graphmigrations
This Django South command doesn't get much press, but I submitted an upstream enhancement to make graphmigrations output a bit prettier. It has been integrated and should make an appearance in the eventual 1.0 release -
Celery - Distributed Task Queue — Celery v2.2.3 documentation
-
Chapter 9: Advanced Templates
-
Chapter 10: Inside the template engine
-
Repeatable Deployments and Installations
-
Making the most of your Test Suite
-
第六章:Django管理系统admin - - JavaEye技术网站
-
Solutions Log → Things you probably want to install to get the most out of Django
-
Solutions Log → Getting Django + MySQL running again on Snow Leopard
-
Guide to Running Django using Virtualenv, pip, git, and NginX
-
Python Package Index : django-static 1.5.1
-
Build a simple GIS web application using GeoDjango and Google Maps — Tutorials v0.9.2 documentation
By the end of this tutorial you will have built a simple GIS web application for viewing, editing, searching and uploading GIS data. We first presented this tutorial as part of a three-hour session on Working with Geographic Information Systems in Python during the 2009 Python Conference in Chicago, Illinois. -
Installing Django on Snow Leopard (and MySQL and PIL)
python setup.py clean -
MongoEngine
-
Mailchimp in djagno
greatape is a minimalist client library for version 1.2 of the MailChimp API. It was very much inspired by Mike Verdone's Twitter client library in that it does a bit of mucky, dynamic business with __getattr__ to avoid having to actually write code for all the methods that the API provides. -
Haystack - Search for Django
Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be.