================
Django page hits
================
.. image:: https://img.shields.io/pypi/v/django_page_hits.svg
:target: https://pypi.python.org/pypi/django_page_hits
.. image:: https://img.shields.io/travis/amritghimire/django_page_hits.svg
:target: https://travis-ci.com/amritghimire/django_page_hits
.. image:: https://readthedocs.org/projects/django-page-hits/badge/?version=latest
:target: https://django-page-hits.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/amritghimire/django_page_hits/shield.svg
:target: https://pyup.io/repos/github/amritghimire/django_page_hits/
:alt: Updates
A middleware which stores the records of page view counts
* Free software: MIT license
* Documentation: https://django-page-hits.readthedocs.io.
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.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
=======
History
=======
0.2.0 (2024-01-25)
------------------
Fix import for more recent Python
0.1.0 (2020-10-12)
------------------
* First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/amritghimire/django_page_hits",
"name": "django-page-hits",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": "",
"keywords": "django_page_hits",
"author": "Amrit Ghimire",
"author_email": "mail@amritghimire.com",
"download_url": "https://files.pythonhosted.org/packages/07/f9/32d2130afb78bfe2b820859063f7f4d8be6e8a1ad833822b42bdec48f76e/django_page_hits-0.2.0.tar.gz",
"platform": null,
"description": "================\nDjango page hits\n================\n\n\n.. image:: https://img.shields.io/pypi/v/django_page_hits.svg\n :target: https://pypi.python.org/pypi/django_page_hits\n\n.. image:: https://img.shields.io/travis/amritghimire/django_page_hits.svg\n :target: https://travis-ci.com/amritghimire/django_page_hits\n\n.. image:: https://readthedocs.org/projects/django-page-hits/badge/?version=latest\n :target: https://django-page-hits.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\n.. image:: https://pyup.io/repos/github/amritghimire/django_page_hits/shield.svg\n :target: https://pyup.io/repos/github/amritghimire/django_page_hits/\n :alt: Updates\n\n\n\nA middleware which stores the records of page view counts\n\n\n* Free software: MIT license\n* Documentation: https://django-page-hits.readthedocs.io.\n\n\nInstallation\n------------\n\n\n1. Install from github or clone the repository:\n `pip install django_page_hits`\n\n2. Add *'django_page_hits'* at the end of **INSTALLED_APPS**.\n\n3. Add *'django_page_hits.middleware.PageHitsMiddleware'* to end of **MIDDLEWARE_CLASSES**.\n\n4. Run `python manage.py syncdb` or `python manage.py migrate`.\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.2.0 (2024-01-25)\n------------------\nFix import for more recent Python\n\n\n0.1.0 (2020-10-12)\n------------------\n\n* First release on PyPI.\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "A middleware which stores the records of page view counts",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/amritghimire/django_page_hits"
},
"split_keywords": [
"django_page_hits"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "abc533eca3577b8a01040f97de13542b12fce2853e45f210b291ee09347bdf4a",
"md5": "3801b36477bf8cbb09f78b3974166819",
"sha256": "4fd2eb0fd55b1d0e2d0c627b9449d0fae2b424b4a9696262ac9411bc63219aab"
},
"downloads": -1,
"filename": "django_page_hits-0.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3801b36477bf8cbb09f78b3974166819",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.5",
"size": 8771,
"upload_time": "2024-01-25T13:37:31",
"upload_time_iso_8601": "2024-01-25T13:37:31.087860Z",
"url": "https://files.pythonhosted.org/packages/ab/c5/33eca3577b8a01040f97de13542b12fce2853e45f210b291ee09347bdf4a/django_page_hits-0.2.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "07f932d2130afb78bfe2b820859063f7f4d8be6e8a1ad833822b42bdec48f76e",
"md5": "13fe0b14f112ff3e18ba658ee096d395",
"sha256": "8d53e881fb989b27b4055ea489178defae2ffb43d12cc5e03a5a4e625a20a290"
},
"downloads": -1,
"filename": "django_page_hits-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "13fe0b14f112ff3e18ba658ee096d395",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 12479,
"upload_time": "2024-01-25T13:37:32",
"upload_time_iso_8601": "2024-01-25T13:37:32.409918Z",
"url": "https://files.pythonhosted.org/packages/07/f9/32d2130afb78bfe2b820859063f7f4d8be6e8a1ad833822b42bdec48f76e/django_page_hits-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-25 13:37:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "amritghimire",
"github_project": "django_page_hits",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "django-page-hits"
}