Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

METADATA 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Metadata-Version: 2.0
  2. Name: django-hitcount
  3. Version: 1.3.0
  4. Summary: Hit counting application for Django.
  5. Home-page: http://github.com/thornomad/django-hitcount
  6. Author: Damon Timm
  7. Author-email: damontimm@gmail.com
  8. License: BSD
  9. Description-Content-Type: UNKNOWN
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 4 - Beta
  12. Classifier: Environment :: Plugins
  13. Classifier: Framework :: Django
  14. Classifier: Intended Audience :: Developers
  15. Classifier: License :: OSI Approved :: BSD License
  16. Classifier: Programming Language :: Python
  17. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  18. Classifier: Programming Language :: Python :: 2.6
  19. Classifier: Programming Language :: Python :: 2.7
  20. Classifier: Programming Language :: Python :: 3.2
  21. Classifier: Programming Language :: Python :: 3.3
  22. Classifier: Programming Language :: Python :: 3.4
  23. django-hitcount
  24. ===============
  25. .. image:: https://travis-ci.org/thornomad/django-hitcount.svg?branch=master
  26. :target: https://travis-ci.org/thornomad/django-hitcount
  27. .. image:: https://coveralls.io/repos/thornomad/django-hitcount/badge.svg?branch=master
  28. :target: https://coveralls.io/r/thornomad/django-hitcount?branch=master
  29. .. image:: https://badge.fury.io/py/django-hitcount.svg
  30. :target: http://badge.fury.io/py/django-hitcount
  31. .. image:: https://requires.io/github/thornomad/django-hitcount/requirements.svg?branch=develop
  32. :target: https://requires.io/github/thornomad/django-hitcount/requirements/?branch=develop
  33. :alt: Requirements Status
  34. Basic app that allows you to track the number of hits/views for a particular object.
  35. Documentation:
  36. --------------
  37. `<http://django-hitcount.rtfd.org>`_
  38. Source Code:
  39. ------------
  40. `<https://github.com/thornomad/django-hitcount>`_
  41. Issues
  42. ------
  43. Use the GitHub `issue tracker`_ for django-hitcount to submit bugs, issues, and feature requests.
  44. Changelog
  45. ---------
  46. `<http://django-hitcount.readthedocs.org/en/latest/changelog.html>`_
  47. .. _issue tracker: https://github.com/thornomad/django-hitcount/issues