{ "info": { "author": "Tim Heap", "author_email": "tim@timheap.me", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "======================\ndjango-quiet-runserver\n======================\n\nA quieter version of the default Django ``runserver``.\n\nThe default ``runserver`` prints out a *lot* of information,\nand not all of it is useful.\nThis packages removes most of the information printed,\nleaving only the important stuff:\n\n- Requests to some static assets are not logged\n- ``304 Not Modified`` requests are not logged\n- Timestamps are no longer included. Most of the time, these are noise\n- The common response types ``GET`` and ``POST``\n are abbreviated to ``G`` and ``P``\n- ``GET`` query strings are logged on a separate, slightly indented line,\n allowing for easy differentiation.\n\n\nExample::\n\n 200 G /\n 200 G /static/styles.css\n 200 G /search/\n ?q=foo&sort=date\n 200 G /item/123/\n 301 P /item/123/\n 200 G /item/123/\n\nInstalling\n----------\n\nInstall this package::\n\n pip install djangoquietrunserver\n\nInclude it in your ``INSTALLED_APPS``::\n\n INSTALLED_APPS += (\n 'djangoquietrunserver',\n )\n\nUsing\n-----\n\nUse ``runserver--`` instead of ``runserver``::\n\n python manage.py runserver--\n\nMonkey patching\n~~~~~~~~~~~~~~~\n\nIf you do not want to use ``runserver--``, you can monkey patch Django so that\nthe default ``runserver`` will use the quieter logging by default. If you're\nrunning Django 1.7 or above, use the following in your INSTALLED_APPS instead::\n\n INSTALLED_APPS += (\n 'djangoquietrunserver.apps.MonkeypatchConfig',\n )\n\nIf you're running an older version of Django, enable the monkeypatch by adding\nthe following lines to your ``manage.py``, just after the ``import sys`` line::\n\n import djangoquietrunserver.monkeypatch\n djangoquietrunserver.monkeypatch()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/tim_heap/django-quiet-runserver", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-quiet-runserver", "package_url": "https://pypi.org/project/django-quiet-runserver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-quiet-runserver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/tim_heap/django-quiet-runserver" }, "release_url": "https://pypi.org/project/django-quiet-runserver/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Quieter runserver for Django", "version": "0.2.0" }, "last_serial": 1365667, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8af3fee2e0c6616e4b50c726de84ab4c", "sha256": "2af32cacf44b044a9866bb378483002573b827e546672024b39f0e28009fcb0a" }, "downloads": -1, "filename": "django-quiet-runserver-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8af3fee2e0c6616e4b50c726de84ab4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3083, "upload_time": "2014-05-14T00:29:42", "url": "https://files.pythonhosted.org/packages/b6/95/bc56eb825bb7cc85d4ea803f406cb3c9717d4ca7d81378ed8f7880c0b84e/django-quiet-runserver-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "ef918be7e48f15c3fa684cf6ce06f0ba", "sha256": "b95abb141495016739748c21feae460a94d0eace19c00f5c1a72be5d44ef6576" }, "downloads": -1, "filename": "django-quiet-runserver-0.2.0.tar.gz", "has_sig": false, "md5_digest": "ef918be7e48f15c3fa684cf6ce06f0ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3299, "upload_time": "2014-12-31T02:01:00", "url": "https://files.pythonhosted.org/packages/1a/84/59841d44ef677cfeecc9da7149efd78c9334ef0733540a8a384ae1fe9457/django-quiet-runserver-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef918be7e48f15c3fa684cf6ce06f0ba", "sha256": "b95abb141495016739748c21feae460a94d0eace19c00f5c1a72be5d44ef6576" }, "downloads": -1, "filename": "django-quiet-runserver-0.2.0.tar.gz", "has_sig": false, "md5_digest": "ef918be7e48f15c3fa684cf6ce06f0ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3299, "upload_time": "2014-12-31T02:01:00", "url": "https://files.pythonhosted.org/packages/1a/84/59841d44ef677cfeecc9da7149efd78c9334ef0733540a8a384ae1fe9457/django-quiet-runserver-0.2.0.tar.gz" } ] }