- Read on Friday, June 12, 2009
-
-
DRY Fieldsets
A DRY method of declaring django fieldsets, finally! Great Work.
Visit
-
DRY Fieldsets
- Read on Tuesday, July 15, 2008
-
-
MarkdownTextField
A common pattern in Django is to create a TextField intended for Markdown text (i.e. description) and a companion non-editable TextField for storing the HTML version (i.e. description_html). This field encapsulates this pattern in a single field.
Visit
-
MarkdownTextField
- Read on Tuesday, July 1, 2008
-
-
Amazon Simple Storage Service
I like this because in the admin interface it looks pretty much like a file field and you can just click to upload.
Visit
-
Amazon Simple Storage Service
- Read on Friday, May 30, 2008
-
-
Custom model fields
Sometimes, though, the Django version won’t meet your precise requirements, or you’ll want to use a field that is entirely different from those shipped with Django.
Visit
-
Custom model fields
- Read on Tuesday, May 6, 2008
-
-
Django Master Class
Amazing django information on Unit testing, middleware, signals, forms & ajax, template tags, custom fields, openID and REST
Visit
-
Django Master Class

