{ "info": { "author": "Niklas Andersson", "author_email": "nandersson900@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Operating System :: OS Independent", "Topic :: Software Development" ], "description": "# django-showurls\n\n[![Build status](https://travis-ci.org/Niklas9/django-showurls.svg?branch=master)](https://travis-ci.org/Niklas9/django-showurls)\n[![Latest version](https://img.shields.io/pypi/v/django-showurls.svg?style=flat)](https://pypi.python.org/pypi/django-showurls/)\n[![Downloads](https://img.shields.io/pypi/dm/django-showurls.svg?style=flat)](https://pypi.python.org/pypi/django-showurls/)\n\n\nAdds a new management command that outputs all configured urls from your Django\nproject.\n\nThis is equivalent to Ruby on Rails command \"rake routes\", which I have found\nquite useful lately.\n\n## Usage\nFirst you'll need to add the django_showurls app in your Django project's\nsettings.py file:\n\n INSTALLED_APPS = (\n ..\n 'django_showurls',\n ..\n )\n\nAfter that you should be able to get an overview of all the urls in your project\nby calling the showurls management command from your manage.py:\n\n $ python manage.py showurls\n ^admin/\n ^$\n ^login/$\n ^logout/$\n .. etc ..\n\n## Installation\nInstall with pip (or easy_install)::\n\n pip install django-showurls\n\n## Todos\n* should probably add some system tests that tests the actual command\n (./manage.py showurls) on arbitrary Django projects\n* look into if we can inspect what HTTP methods a specific url accepts (by\n looking at the corresponding view?)\n\n## License\n\nBSD, just as the main Django project. See LICENSE file in root of this repo.\n\n## Contributing\n\nThis project accepts contributions via GitHub pull requests.\n\n* follow Google's Python style guide\n https://google-styleguide.googlecode.com/svn/trunk/pyguide.html \n* make commits of logical units, messages should include what changed and why\n and be written in past tense\n", "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/Niklas9/django-showurls", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-showurls", "package_url": "https://pypi.org/project/django-showurls/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-showurls/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Niklas9/django-showurls" }, "release_url": "https://pypi.org/project/django-showurls/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Adds a mgmt command to print urls from your Django project", "version": "1.0.1" }, "last_serial": 1966530, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2c75d2e8f3d622a469f1f168bbbcdafd", "sha256": "9b44a88202005edfcb4e1c8944a6dd6e4e6fb6f556f504bd003a29880e38a826" }, "downloads": -1, "filename": "django-showurls-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2c75d2e8f3d622a469f1f168bbbcdafd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3572, "upload_time": "2016-02-20T08:21:07", "url": "https://files.pythonhosted.org/packages/5b/1f/6b6b0eabb5fd5d0821a5d09ed2afdcd0f49e8d4308a4126b38c845f887f1/django-showurls-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3d29af60529f14341ce053d92b1193b2", "sha256": "bc70e5812411c04e4689ec91e9b33e3c9ab04071292c4519c77ceb32de3d941c" }, "downloads": -1, "filename": "django-showurls-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3d29af60529f14341ce053d92b1193b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3697, "upload_time": "2016-02-20T09:26:29", "url": "https://files.pythonhosted.org/packages/6e/f3/473e174c46af4ec42c62938fe7556f6f7a0990245d46443fdea88d76c804/django-showurls-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3d29af60529f14341ce053d92b1193b2", "sha256": "bc70e5812411c04e4689ec91e9b33e3c9ab04071292c4519c77ceb32de3d941c" }, "downloads": -1, "filename": "django-showurls-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3d29af60529f14341ce053d92b1193b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3697, "upload_time": "2016-02-20T09:26:29", "url": "https://files.pythonhosted.org/packages/6e/f3/473e174c46af4ec42c62938fe7556f6f7a0990245d46443fdea88d76c804/django-showurls-1.0.1.tar.gz" } ] }