{ "info": { "author": "Jason Christa", "author_email": "jason@zeitcode.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python" ], "description": "Django Debugging\n================\n\nDjango debugging makes it easier to debug your app during development. Currently it contains the runserver_plus functionality from the project [django-extensions](https://github.com/django-extensions/django-extensions \"Django Extensions\").\n\nInstallation\n------------\n\nRun `pip install django-debugging`\n\nIf you are using the package from source you will need to install [Werkzeug](http://werkzeug.pocoo.org/) manually.\n\nAdd `django-debugging` to your `INSTALLED_APPS` setting:\n\n```python\nINSTALLED_APPS = (\n ...\n 'django_debugging',\n)\n```\n\nGetting Started\n---------------\n\nTo get started use the `runserver_plus` command instead of `runserver`. All `runserver` options will work with `runserver_plus`.\n\n```\n$ python manage.py runserver_plus\n\n* Running on http://127.0.0.1:8000/\n* Restarting with reloader...\n\nValidating models...\n0 errors found\n\nDjango version 1.4.1, using settings 'mysite.conf.settings'\nDevelopment server is running at http://127.0.0.1:8000/\nUsing the Werkzeug debugger (http://werkzeug.pocoo.org/)\nQuit the server with CONTROL-C.\n```\n\nUsage\n-----\n\nWerkzeug displays its own traceback page instead of Django's normal traceback page.\n\nIt has two options:\n\n###View Source\nYou can expand and the view the source of each line in the traceback.\n\n###Interactive Console Debugger\nLets you evaluate python expressions in the browser with the context being same as the line in the traceback. Use it to print values, assign variables, or run functions. (*Warning:* This is extremely insecure and should never be run and a production server.)", "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/nextscreenlabs/django-debugging", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-debugging", "package_url": "https://pypi.org/project/django-debugging/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-debugging/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/nextscreenlabs/django-debugging" }, "release_url": "https://pypi.org/project/django-debugging/0.1a2/", "requires_dist": null, "requires_python": null, "summary": "Debugging utilities for Django.", "version": "0.1a2" }, "last_serial": 789451, "releases": { "0.1a2": [ { "comment_text": "", "digests": { "md5": "aa3e714be93c2c67cb309cabbdf89e40", "sha256": "b83fe0fab41d3da69e2bc6470fb176d66c1f2eb94ecc04b1e58da00eb97169a6" }, "downloads": -1, "filename": "django-debugging-0.1a2.zip", "has_sig": false, "md5_digest": "aa3e714be93c2c67cb309cabbdf89e40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8289, "upload_time": "2012-11-02T21:20:25", "url": "https://files.pythonhosted.org/packages/9f/06/0be20aa48697108f62a206c4768748f09a853d2061044b167ddabd3252ba/django-debugging-0.1a2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa3e714be93c2c67cb309cabbdf89e40", "sha256": "b83fe0fab41d3da69e2bc6470fb176d66c1f2eb94ecc04b1e58da00eb97169a6" }, "downloads": -1, "filename": "django-debugging-0.1a2.zip", "has_sig": false, "md5_digest": "aa3e714be93c2c67cb309cabbdf89e40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8289, "upload_time": "2012-11-02T21:20:25", "url": "https://files.pythonhosted.org/packages/9f/06/0be20aa48697108f62a206c4768748f09a853d2061044b167ddabd3252ba/django-debugging-0.1a2.zip" } ] }