django-viewers-counts-middleware


Namedjango-viewers-counts-middleware JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/ittamil/django-viewers-counts-middleware
SummaryDjango Viewers Count Middleware get from user request
upload_time2023-04-21 18:26:24
maintainer
docs_urlNone
authorHariharan
requires_python
license
keywords python django viewers count middleware viewers count middleware django plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Django Viewers Count Middleware
================================

Viewers Count is a Django app to collect visitors request counts with path.

Detailed documentation.

Quick start
-----------

1. Add "viewers_count" to your INSTALLED_APPS setting like this::


    INSTALLED_APPS = [

        ...
        'viewers_count',


    ]


2. Add "ViewerCountMiddleware" to your INSTALLED_APPS setting like this::


    MIDDLEWARE = [

    	...
        'viewers_count.middleware.ViewersCountMiddleware',


    ]
    

3. Run to create the viewerscount models.


        python manage.py migrate
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ittamil/django-viewers-counts-middleware",
    "name": "django-viewers-counts-middleware",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,django,viewers count middleware,viewers count,middleware,django plugin",
    "author": "Hariharan",
    "author_email": "hari@ittamil.in",
    "download_url": "https://files.pythonhosted.org/packages/39/ae/985d07561057cd2a5fda2ae8701c76eb5edd234df68f5c90e578983cc8c4/django-viewers-counts-middleware-0.0.4.tar.gz",
    "platform": null,
    "description": "Django Viewers Count Middleware\n================================\n\nViewers Count is a Django app to collect visitors request counts with path.\n\nDetailed documentation.\n\nQuick start\n-----------\n\n1. Add \"viewers_count\" to your INSTALLED_APPS setting like this::\n\n\n    INSTALLED_APPS = [\n\n        ...\n        'viewers_count',\n\n\n    ]\n\n\n2. Add \"ViewerCountMiddleware\" to your INSTALLED_APPS setting like this::\n\n\n    MIDDLEWARE = [\n\n    \t...\n        'viewers_count.middleware.ViewersCountMiddleware',\n\n\n    ]\n    \n\n3. Run to create the viewerscount models.\n\n\n        python manage.py migrate",
    "bugtrack_url": null,
    "license": "",
    "summary": "Django Viewers Count Middleware get from user request",
    "version": "0.0.4",
    "split_keywords": [
        "python",
        "django",
        "viewers count middleware",
        "viewers count",
        "middleware",
        "django plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39ae985d07561057cd2a5fda2ae8701c76eb5edd234df68f5c90e578983cc8c4",
                "md5": "19c3ccfaf3368f899c6f7e41bfcbddd5",
                "sha256": "7c3195f4a8dd8e7ea0cb3d181230ebb26dd5344aa169cac2afef0691874c3afc"
            },
            "downloads": -1,
            "filename": "django-viewers-counts-middleware-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "19c3ccfaf3368f899c6f7e41bfcbddd5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1724,
            "upload_time": "2023-04-21T18:26:24",
            "upload_time_iso_8601": "2023-04-21T18:26:24.346914Z",
            "url": "https://files.pythonhosted.org/packages/39/ae/985d07561057cd2a5fda2ae8701c76eb5edd234df68f5c90e578983cc8c4/django-viewers-counts-middleware-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-21 18:26:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ittamil",
    "github_project": "django-viewers-counts-middleware",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-viewers-counts-middleware"
}
        
Elapsed time: 0.06430s