Stales Cache Class Method Decorator
A companion to [Cache Decorator](http://www.djangosnippets.org/snippets/1130/).
- cache
- decorator
A companion to [Cache Decorator](http://www.djangosnippets.org/snippets/1130/).
This decorator does automatic key generation and simplifies caching. Can be used with any class, not just model subclasses. Also see [Stales Cache Decorator](http://www.djangosnippets.org/snippets/1131/).
Django ImageBundle tag, an implementation of image bundle by google: http://code.google.com/p/google-web-toolkit/wiki/ImageBundleDesign. Here is how to use it: http://www.djangosnippets.org/snippets/278/
This is an example template to show the usage of django image bundle.
amitu has posted 19 snippets.