Skip to content

amritghimire/django_page_hits

Repository files navigation

Django page hits

image

image

Documentation Status

Updates

A middleware which stores the records of page view counts

Installation

  1. Install from github or clone the repository:

    pip install django_page_hits

  2. Add 'django_page_hits' at the end of INSTALLED_APPS.
  3. Add 'django_page_hits.middleware.PageHitsMiddleware' to end of MIDDLEWARE_CLASSES.
  4. Run python manage.py syncdb or python manage.py migrate.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

A middleware which stores the records of page view counts

Resources

License

Stars

Watchers

Forks

Packages

No packages published