@cache_control decorator for django

very handy for preventing back button issues.

from django.views.decorators.cache import cache_control
Source: stackoverflow

added 2012-03-12T17:17:57Z by anders

Tags: django cache web development python