January 10, 2010 - 5:57 pm
Tags: aws, cache, django, http, s3
Posted in python | 2 comments
How to set a Far-Future HTTP Expires Header for files stored in S3 using django-storages S3Storage
Dealing With Unwanted SSH Bruteforcing
iptables rules to lock out multiple failed ssh attempts
DenyHosts
Fail2ban
Related posts
Django IA: Registration-Activation
Django IA: Auth Password Reset
Programming As Information Architecture
Django Tools and Links
Django Forms, Utilities, OAuth, and OpenID Links
November 5, 2009 - 8:31 am
Tags: cookies, forms, jquery, ui, validation
Posted in javascript, links | No comments
Inline Form Labeling
In-Field Labels jQuery Plugin
jQuery Inline Form Labels | Trevor Davis
jquery-checkbox – Project Hosting on Google Code
Form Validation
jQuery validation plug-in – comment form example
A jQuery inline form validation, because validation is a mess « Position Absolute
Modal Windows
nyroModal :: jQuery Plugin
ThickBox 3.1
Misc
jQuery BlockUI Plugin (v2)
jQuery Cookie Plugin
David DeSandro: jQuery Masonry
jQuery metadata plugin
Related posts
jQuery UI Sortable [...]
Information Architecture page flow for django-registration activation using Jesse James Garrett’s visual vocabulary. Includes custom activate view code sample to simplify activation.
September 19, 2009 - 3:33 pm
Tags: authentication, django, email, python, security
Posted in python | 3 comments
Information Architecture page flow for Django’s password reset views using Jesse James Garrett’s visual vocabulary.
August 26, 2009 - 6:38 pm
Tags: authentication, autocomplete, compression, django, forms, oauth, openid, python, tagging, widgets
Posted in links, python | No comments
Form Customization
On the other hand | Custom fields and widgets for Django forms
Jannis Leidel – An autocomplete widget for django-tagging form fields
Utility Apps
django-catalyst
django-compress
OAuth and OpenID
django-authopenid
How To Setup a Django Project with OpenID 2.x Authentication | linuxuser.at
django-oauth
Related posts
Various Django App Links
Django Tools and Links
Django IA: Registration-Activation
Django IA: Auth Password Reset
Django Datetime Snippets
July 27, 2009 - 9:15 am
Tags: authority, design, django, dvcs, mercurial, models, permissions, python, tagging, trees, vcs, voting
Posted in links, python | No comments
Django version control, design patterns, tree models, and pluggable applications:
pyvcs
django-vcs
Django Design Patterns
treebeard — Efficient tree model implementations for Django
django-authority – row level permissions
django-tagging – tag anything
django-voting – vote on anything
Related posts
Django Forms, Utilities, OAuth, and OpenID Links
Django IA: Registration-Activation
Django IA: Auth Password Reset
Deploying Django with Mercurial, Fab and Nginx
Scalable Database Links
April 26, 2009 - 11:00 am
Tags: django, fab, fastcgi, mercurial, nginx
Posted in python | No comments
Deploy a Django FastCGI server behind nginx using mercurial and python fabric commands.
Python datetime code snippets for Django, including a fuzzy datetime field using dateutil, JSON encoding & decoding of datetime objects, and ISO UTC timezone conversion.