{ "info": { "author": "Anthony Monthe (ZuluPro)", "author_email": "anthony.monthe@gmail.com>", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "django-request\n==============\n\n[![Build Status](http://img.shields.io/travis/kylef/django-request/master.svg?style=flat)](https://travis-ci.org/kylef/django-request)\n\ndjango-request is a statistics module for django. It stores requests in a database for admins to see, it can also be used to get statistics on who is online etc.\n\n![Traffic graph](docs/graph.png)\n\nAs well as a site statistics module, with the active_users template tag and manager method you can also use django-request to show who is online in a certain time.\n\n Request.objects.active_users(minutes=15)\n\nTo find the request overview page, please click on Requests inside the admin, then \u201cOverview\u201d on the top right, next to \u201cadd\u201d.\n\nInstallation\n------------\n\n- Put `'request'` in your INSTALLED_APPS setting.\n- Run the command `manage.py syncdb`.\n- Add `request.middleware.RequestMiddleware` to `MIDDLEWARE_CLASSES`. If you use `django.contrib.auth`, place the RequestMiddleware after it. If you use `django.contrib.flatpages` place `request.middleware.RequestMiddleware` before it else flatpages will be marked as error pages in the admin panel.\n- Make sure that the domain name in django.contrib.sites admin is correct. This is used to calculate unique visitors and top referrers.\n\nDetailed documentation\n----------------------\n\nFor a detailed documentation of django-request, or how to install django-request please see: [django-request](https://django-request.readthedocs.org/en/latest/) or the docs/ directory.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/ZuluPro/django-request/archive/1.5.0.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pony-traffic.readthedocs.org/en/latest/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pony-traffic", "package_url": "https://pypi.org/project/pony-traffic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pony-traffic/", "project_urls": { "Download": "http://github.com/ZuluPro/django-request/archive/1.5.0.zip", "Homepage": "http://pony-traffic.readthedocs.org/en/latest/" }, "release_url": "https://pypi.org/project/pony-traffic/1.5.0/", "requires_dist": null, "requires_python": null, "summary": "pony-traffic is a fork of django-request with tracking module. It stores requests in a database for admins to see, it can also be used to get statistics on who is online, where are clients, how much time they spent, etc.", "version": "1.5.0" }, "last_serial": 2126250, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "0658802068d1fd3fa31ee4677874944c", "sha256": "a316264a00c853ee5e989da15b02ff99874e3844ce4cf266d53f68cf8f677c11" }, "downloads": -1, "filename": "pony-traffic-1.0.0.tar.gz", "has_sig": false, "md5_digest": "0658802068d1fd3fa31ee4677874944c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179984, "upload_time": "2016-05-13T19:09:02", "url": "https://files.pythonhosted.org/packages/ec/19/b0940c82318dba7f53c1670414c41e77315812adab98a439f657cdde8b2f/pony-traffic-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "7c5508fbaa7889986bc9a6074ed5a8b4", "sha256": "faaf3f24bca241a085d8ad186dc48af575889f5b7c34f46b9eb395b3ce6b050c" }, "downloads": -1, "filename": "pony-traffic-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7c5508fbaa7889986bc9a6074ed5a8b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 190329, "upload_time": "2016-05-15T23:48:33", "url": "https://files.pythonhosted.org/packages/58/68/828fce32540f7cd8120c2e71e51ac4eea2ab2672c5bc4d76989312de1be0/pony-traffic-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "b81d622e9438f81af6aec375937088d5", "sha256": "b82fcca862896d0bbd79c976a27bb9ebb00dedabbb4d0c5af32741eb310e3153" }, "downloads": -1, "filename": "pony-traffic-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b81d622e9438f81af6aec375937088d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219516, "upload_time": "2016-05-20T23:28:36", "url": "https://files.pythonhosted.org/packages/77/e3/4a5f43e9a77fec7977a4532c22a8a5db8893236bc62c7905b62e65a5e278/pony-traffic-1.0.2.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "333e4bcf3007f329e8519e210d8b24a4", "sha256": "2c59c9203e6f3c5746e559c123adb41f1ebf3b3a00f35ae8876393250f364705" }, "downloads": -1, "filename": "pony-traffic-1.0.4.tar.gz", "has_sig": false, "md5_digest": "333e4bcf3007f329e8519e210d8b24a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 222919, "upload_time": "2016-05-21T00:03:06", "url": "https://files.pythonhosted.org/packages/20/07/0633ad0c0a761b33a13b413a1f4ca5b0995013d4bd07e651aa63bc5c5a2e/pony-traffic-1.0.4.tar.gz" } ], "1.5.0": [] }, "urls": [] }