django-snippets

Django snippets: RestView • Class for creating a view that dispatches based on request.method
Detail webdevelopment, django, django-views, django-snippets, rest

Django snippets: Versioned media files using template tags • The code will insert a version number in the url as well as append the MEDIA_URL from the settings file. Meant to be used in conjunction with far future expires headers and mod_rewrite.
Detail django, django-snippets, django-templatetags

Related Tags