A middleware which stores the records of page view counts
- Free software: MIT license
- Documentation: https://django-page-hits.readthedocs.io.
- Install from github or clone the repository:
- pip install django_page_hits
- Add 'django_page_hits' at the end of INSTALLED_APPS.
- Add 'django_page_hits.middleware.PageHitsMiddleware' to end of MIDDLEWARE_CLASSES.
- Run python manage.py syncdb or python manage.py migrate.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.