{ "info": { "author": "destino74", "author_email": "ljf6670601@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "Django-Nox\n==========\n\nStatistics middleware and analysis tools for django\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n $ pip install django-nox\n\n\nAdd all relevant apps to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'django_nox',\n )\n\nAdd all middleware to your ``MIDDLEWARE``\n\n.. code-block:: python\n\n MIDDLEWARE = (\n ...,\n 'django_nox.middleware.TimeLogMiddleware'\n )\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate\n\n\nUsage\n-----\n\n\n\nRunning & Sorting Results\n#########################\n\nOnce you've installed it, the request times will be log in database, and you can run this command to analyze the resulting data::\n\n $ python manage.py nox_analyze\n\n\n\nSettings\n########\nTo configured some parmas in settings.py\n\n\nNOX_SLOW_REQUEST\n################\n\nDefault: 0\n\nSlow request. Number of rows from which a request will be assumed to be slow and store to database.\n\n\nEnjoy!\n######\n\nEmail me with any questions: [liangjinfeng@youmi.com](liangjinfeng@youmi.com).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/destino74/django-nox", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-nox", "package_url": "https://pypi.org/project/django-nox/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-nox/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/destino74/django-nox" }, "release_url": "https://pypi.org/project/django-nox/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Statistics middleware and analysis tools for django", "version": "0.0.2" }, "last_serial": 2553172, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "3cf7600fc051ff01f0053eaff2083cdc", "sha256": "f1858d994f31fd9ab286cd7effd1007420d4b0386d89baf1da327454cf65d3e4" }, "downloads": -1, "filename": "django-nox-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3cf7600fc051ff01f0053eaff2083cdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4822, "upload_time": "2017-01-04T08:00:56", "url": "https://files.pythonhosted.org/packages/44/2e/1a11b94ab606f0584118c207448e30f7ed146932c2527fe98e6c3e384171/django-nox-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3cf7600fc051ff01f0053eaff2083cdc", "sha256": "f1858d994f31fd9ab286cd7effd1007420d4b0386d89baf1da327454cf65d3e4" }, "downloads": -1, "filename": "django-nox-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3cf7600fc051ff01f0053eaff2083cdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4822, "upload_time": "2017-01-04T08:00:56", "url": "https://files.pythonhosted.org/packages/44/2e/1a11b94ab606f0584118c207448e30f7ed146932c2527fe98e6c3e384171/django-nox-0.0.2.tar.gz" } ] }