-
Integrating Facebook Connect with Django in 15 minutes
Visit -
Django snippets: Better Static Image Serving With Fallback
Serves images from a local directory, but if it doesn't find it locally, then go look for it on a server. This is useful for sites with very large amounts of static content. Instead of copying all your prod images to dev every time you update the database.
Visit

