- Read on Monday, March 22, 2010
-
-
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
-
Django snippets: Better Static Image Serving With Fallback
- Read on Tuesday, August 19, 2008
-
-
StaticGenerator for Django
StaticGenerator is a Python class for Django that makes it easy to create static files for lightning fast performance.
Visit
-
StaticGenerator for Django
- Read on Friday, August 15, 2008
-
-
Serving static files with Django and AWS - going fast on a budget
Great explanation of how to conditionally avoid Django and send static files through lighttpd directly. Here is also explained how to use and integrate AWS for difficult calculation jobs.
Visit
-
Serving static files with Django and AWS - going fast on a budget

