{ "info": { "author": "Adam Brenecki", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "django-waitress\n===============\n\nRun a production-ready server from manage.py!\n\nThis Django app just provides a management command that serves your Django project using Waitress, a production-ready and `Heroku-friendly `_ WSGI server.\n\n.. _heroku: http://blog.etianen.com/blog/2014/01/19/gunicorn-heroku-django/\n\nUsage\n-----\n\n.. code-block:: sh\n\n # Serve on http://0.0.0.0:7000\n python manage.py serve --host 0.0.0.0 --port 7000\n\n # Serve on the Unix socket /var/run/myapp\n python manage.py serve --unix /var/run/myapp\n\n # Serve on the host defined by WAITRESS_HOST\n # and the port defined by WAITRESS_PORT\n # in settings.py\n # (defaults to localhost:8000)\n python manage.py serve\n\nAlternatives\n------------\n\nYou could just install Waitress itself, and run the ``waitress-serve`` command it provides, pointing to your ``wsgi.py`` file; the only thing that this project does is provide a Django management command, and remove the need for a ``wsgi.py`` in your project.\n\nLicense\n-------\n\nThis project was extracted from `CMV's cookiecutter-django `_\n\n.. _ccdj: https://gitlab.com/abre/cookiecutter-django\n\n.. raw:: html\n\n

\n \n \"CC0\"\n \n
\n To the extent possible under law,\n \n Commercial Motor Vehicles Pty Ltd\n have waived all copyright and related or neighboring rights to\n cookiecutter-django.\n This work is published from:\n \n Australia.\n

", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "CC0-1.0", "maintainer": "Adam Brenecki", "maintainer_email": "", "name": "django-waitress", "package_url": "https://pypi.org/project/django-waitress/", "platform": "", "project_url": "https://pypi.org/project/django-waitress/", "project_urls": null, "release_url": "https://pypi.org/project/django-waitress/0.1.0/", "requires_dist": [ "waitress (>=1.1,<2.0)" ], "requires_python": "", "summary": "Run a production-ready server from manage.py", "version": "0.1.0" }, "last_serial": 4131111, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "839d45c375b7d3c354b422e769f67513", "sha256": "c24bcd90e9134979b23c046c64c94cab5a224fe5d6d1f5449dd27e3559c5245d" }, "downloads": -1, "filename": "django_waitress-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "839d45c375b7d3c354b422e769f67513", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10338, "upload_time": "2018-08-03T04:48:34", "url": "https://files.pythonhosted.org/packages/83/05/a0a66ae36057d95c6d438d533b36a61b4198de43d6e433fb61eb94408e20/django_waitress-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af3c6252c1e6c255962c28d1106c62ed", "sha256": "befb3cd608c3b10ded724fcaa3940459796eeeb1551fef0610d66dfdb5772b49" }, "downloads": -1, "filename": "django-waitress-0.1.0.tar.gz", "has_sig": false, "md5_digest": "af3c6252c1e6c255962c28d1106c62ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5009, "upload_time": "2018-08-03T04:48:32", "url": "https://files.pythonhosted.org/packages/0a/7f/ce68a69dac97dc84d0e9a41ec3c5167de117e117d5d0fb13433826ff6698/django-waitress-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "839d45c375b7d3c354b422e769f67513", "sha256": "c24bcd90e9134979b23c046c64c94cab5a224fe5d6d1f5449dd27e3559c5245d" }, "downloads": -1, "filename": "django_waitress-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "839d45c375b7d3c354b422e769f67513", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10338, "upload_time": "2018-08-03T04:48:34", "url": "https://files.pythonhosted.org/packages/83/05/a0a66ae36057d95c6d438d533b36a61b4198de43d6e433fb61eb94408e20/django_waitress-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af3c6252c1e6c255962c28d1106c62ed", "sha256": "befb3cd608c3b10ded724fcaa3940459796eeeb1551fef0610d66dfdb5772b49" }, "downloads": -1, "filename": "django-waitress-0.1.0.tar.gz", "has_sig": false, "md5_digest": "af3c6252c1e6c255962c28d1106c62ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5009, "upload_time": "2018-08-03T04:48:32", "url": "https://files.pythonhosted.org/packages/0a/7f/ce68a69dac97dc84d0e9a41ec3c5167de117e117d5d0fb13433826ff6698/django-waitress-0.1.0.tar.gz" } ] }