Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
form - django Cannot set values on a ManyToManyField which specifies an intermediary model. Use Manager instead - Stack Overflow
-
django - Adding data to many-to-many field of a modelform within a view - Stack Overflow
-
Django ModelForm for Many-to-Many fields - Stack Overflow
-
Django snippets: Authenticate against Active Directory
-
kill9.eu: Tools for generating PDFs from django.
-
Django | Request and response objects | Django documentation
-
Using Amazon's S3 service with Django video tutorial
-
Installing MySQLdb — Agapow.net
-
Django: FileField with ContentType and File Size Validation
-
Building a Django App Server with Chef: Part 1 | Surfing in Kansas
-
Using Django with cron for batch jobs
Django can be used in background processes too. Cool! -
Django tips: Users and the admin -- James Bennett
"the single most-frequently-asked question about the Django admin has been some variation of “how do I set a foreign key to User to automatically be filled in with request.user?” And for a while the answer was that you couldn’t do that, really; it was and still is easy to do with a custom form in your own view, but up until a few months back it wasn’t really something you could do in the admin. Also, you will occasionally see someone suggest that these features can be obtained by what’s known as the “threadlocal hack”; this basically involves sticking request.user into a sort of magical globally-available variable, and is a Very Bad Thing." -
Django tips: auto-populated fields -- James Bennett
"one of the most common questions people ask: how do you set up a model with one or more fields that never show up in add/edit forms, and get automatically populated with some specific value?" -
Apache Configuration for Memory Optimization with Django — A Gruntle Piano Solo
150 -
django-deployment-workshop
Jacob's Django Deployment Workshop - Code and configuration -
Python Package Index : django-chart-tools 0.2.1
-
gFactory | django power, smarter
-
http://www.b-list.org/weblog/2007/nov/04/working-models/
-
Django | Creating forms from models | Django documentation
-
Django | Form fields | Django documentation
-
Slide sobre django
-
Mobidéia: Idéias & Mobilidade: Curso de Python e Django na Residência de Reuso do RISE
-
Non-techie Guide to setting up Django, Apache, MySQL on Amazon EC2 | pragmatic startup
-
Django | Django documentation | Django documentation
-
South
This is South, intelligent schema and data migrations for Django projects.