{ "info": { "author": "Joe Esposito", "author_email": "joe@joeyespo.com", "bugtrack_url": null, "classifiers": [], "description": "Django Werkzeug\r\n===============\r\n\r\n[![Current version on PyPI](http://img.shields.io/pypi/v/django-werkzeug.svg)][pypi]\r\n\r\nEnhances Django `runserver` with [Werkzeug][].\r\n\r\nThis project uses [Django Extensions][] under the hood. It \"wraps\" it, along\r\nwith Werkzeug, so you don't have to add an explicit `werkzeug` dependency\r\nto your `requirements.txt` or remember a new command.\r\n\r\n\r\nWhy\r\n---\r\n\r\nWerkzeug and its builtin error page has proven to be indispensable in a number\r\nof Django projects. While Django Extensions is also a great tool, the full\r\nextent of it is not always needed in specific projects.\r\n\r\nAlso, when committing to Werkzeug, it's convenient to run the `runserver`\r\ninstead of learning a new command. This brings newcomers to your team up to\r\nspeed without further instruction and doesn't require existing members to\r\nchange their muscle memory during their day-to-day.\r\n\r\nIf you want to use Werkzeug on certain projects, but don't want to keep track\r\nof which ones, this package is for you.\r\n\r\n\r\nRequirements\r\n------------\r\n\r\nDjango Werkzeug requires Django 1.8 or later.\r\n\r\n\r\nInstallation\r\n------------\r\n\r\n```bash\r\n$ pip install django-werkzeug\r\n```\r\n\r\nThen enable it by adding it to `INSTALLED_APPS` in your `settings.py` file:\r\n\r\n```python\r\nINSTALLED_APPS = [\r\n 'django_werkzeug',\r\n ...\r\n]\r\n```\r\n\r\n\r\nUsage\r\n-----\r\n\r\n```bash\r\n$ python manage.py runserver\r\n```\r\n\r\nOr to run Django's classic builtin server, run:\r\n\r\n```bash\r\n$ python manage.py runserver_classic\r\n```\r\n\r\n\r\nContributing\r\n------------\r\n\r\n1. Check the open issues or open a new issue to start a discussion around\r\n your feature idea or the bug you found\r\n2. Fork the repository and make your changes\r\n3. Create a new pull request\r\n\r\n\r\n[pypi]: http://pypi.python.org/pypi/django-werkzeug/\r\n[werkzeug]: https://github.com/pallets/werkzeug\r\n[django extensions]: https://github.com/django-extensions/django-extensions\r\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/joeyespo/django-werkzeug", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-werkzeug", "package_url": "https://pypi.org/project/django-werkzeug/", "platform": "any", "project_url": "https://pypi.org/project/django-werkzeug/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/joeyespo/django-werkzeug" }, "release_url": "https://pypi.org/project/django-werkzeug/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Enhances Django runserver with Werkzeug.", "version": "1.0.0" }, "last_serial": 2504004, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "6bd068f6e0be7919e12b084ffcff1f74", "sha256": "356b5ad6728f9d369e693e2ddd83bc919871be5c66089379f28acb34ac81fd9c" }, "downloads": -1, "filename": "django-werkzeug-1.0.0.zip", "has_sig": false, "md5_digest": "6bd068f6e0be7919e12b084ffcff1f74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5254, "upload_time": "2016-12-07T03:40:39", "url": "https://files.pythonhosted.org/packages/78/b3/748c3676e75d717883a7c4f866dcba5bae067a5b50817fec694ff264da0a/django-werkzeug-1.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6bd068f6e0be7919e12b084ffcff1f74", "sha256": "356b5ad6728f9d369e693e2ddd83bc919871be5c66089379f28acb34ac81fd9c" }, "downloads": -1, "filename": "django-werkzeug-1.0.0.zip", "has_sig": false, "md5_digest": "6bd068f6e0be7919e12b084ffcff1f74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5254, "upload_time": "2016-12-07T03:40:39", "url": "https://files.pythonhosted.org/packages/78/b3/748c3676e75d717883a7c4f866dcba5bae067a5b50817fec694ff264da0a/django-werkzeug-1.0.0.zip" } ] }