Metadata-Version: 1.0
Name: django-fresh-media
Version: 0.65
Summary: Reusable Django application that helps you to deliver
fresh media files, even if their expiry period is really long. To do this,
the application provides a template tag that adds a small hash to the URL
of each served file. This hash depends on the file metadata or content,
so if it is changed, the hash will be changed too.

Home-page: https://bitbucket.org/djangostars/django-fresh-media
Author: Roman Osipenko
Author-email: roman.osipenko@djangostars.com
License: BSD
Description: Application to add hashes to media files
Keywords: django media hash browser
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
