Metadata-Version: 1.0
Name: django-trending
Version: 0.1
Summary: a generic trending app for Django
Home-page: http://django-trending.rtfd.org
Author: Patrick Altman
Author-email: paltman@eldarion.com
License: BSD
Description: # django-trending
        
        django-trending is an app that provides a generic way to capture view counts
        of generic objects and keep daily summery totals for purposes of enabling the
        display of the most popular (by view count) objects of a certain type (as well
        a "kind" within a certain ContentType; e.g. a category or label) over a certain
        period of time.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
