{ "info": { "author": "David Thenon", "author_email": "dthenon@emencia.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This is a simple Django app to embed a management command that will display the urls map of your project.\n\nThe urls map is an agregated list of urls from all installed apps in your settings.\n\nInstall\n=======\n\nAdd it to your installed apps in the settings : ::\n\n INSTALLED_APPS = (\n ...\n 'django_urls_map',\n ...\n )\n\nUsage\n=====\n\nTo display the full url list, just do : ::\n\n ./manage.py urlmap\n\nNote that this will include also all the Django admin urls if enabled, it's a little verbose.\n\nSo if needed you can exclude some paths, like for the Django admin : ::\n\n ./manage.py urlmap --exclude=\"/admin/\"\n\nAnd this will render something like that (depends on what apps you have installed) : ::\n \n * /media/(?P.*) Unnamed\n * /\n * /static\\/(?P.*) Unnamed\n * /slideshows/\n * /slideshows/show_slides/(?P[-\\w]+)/ show_slides\n * /slideshows/random_slide/(?P[-\\w]+)/ random_slide\n * /ckeditor/editor_site_templates.js ckeditor-editor-site-templates\n * /admin_tools/\n * /admin_tools/menu/\n * /admin_tools/menu/add_bookmark/ admin-tools-menu-add-bookmark\n * /admin_tools/menu/edit_bookmark/(?P.+)/ admin-tools-menu-edit-bookmark\n * /admin_tools/menu/remove_bookmark/(?P.+)/ admin-tools-menu-remove-bookmark\n * /admin_tools/dashboard/\n * /admin_tools/dashboard/set_preferences/(?P.+)/ admin-tools-dashboard-set-preferences\n * /accounts/\n * /accounts/activate/complete/ registration_activation_complete\n * /accounts/activate/(?P\\w+)/ registration_activate\n * /accounts/register/ registration_register\n * /accounts/register/complete/ registration_complete\n * /accounts/register/closed/ registration_disallowed\n * /accounts/login/ auth_login\n * /accounts/password/change/ auth_password_change\n * /accounts/password/reset/ auth_password_reset\n * /accounts/password/reset/confirm/(?P[0-9A-Za-z]+)-(?P.+)/ auth_password_reset_confirm\n * /accounts/\n * /accounts/login/ auth_login\n * /accounts/logout/ auth_logout\n * /accounts/password/change/ auth_password_change\n * /accounts/password/change/done/ auth_password_change_done\n * /accounts/password/reset/ auth_password_reset\n * /accounts/password/reset/confirm/(?P[0-9A-Za-z]+)-(?P.+)/ auth_password_reset_confirm\n * /accounts/password/reset/complete/ auth_password_reset_complete\n * /accounts/password/reset/done/ auth_password_reset_done\n * /en-us/\n * /en-us/\n * /en-us/ pages-root\n * /en-us/(?P[0-9A-Za-z-_.//]+)/ pages-details-by-slug\n\nThis sample was generated from a Django project that includes \"Django cms\", \"Django admin tools\", \"emencia-django-slideshows\n\" and a custom app based on \"Django registration\". Note that the render uses colored terminal output (to assure some readability).\n\nYou can many path to exclude, the paths is raw strings (not Regex) and are only used with the \"startswith\" method, this means it will only match your paths from the start of urls.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/django-urls-map", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-urls-map", "package_url": "https://pypi.org/project/django-urls-map/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-urls-map/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/django-urls-map" }, "release_url": "https://pypi.org/project/django-urls-map/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to embed a management command that will display the url map of your project", "version": "0.1" }, "last_serial": 1002623, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "49b2a7cf249af5623c14d22ed09f4107", "sha256": "a9dcd792bccbd92304eb7423a436cf0da4d0de53b53d1c8cff56c407f6faa68d" }, "downloads": -1, "filename": "django-urls-map-0.1.tar.gz", "has_sig": false, "md5_digest": "49b2a7cf249af5623c14d22ed09f4107", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4325, "upload_time": "2014-02-17T20:39:35", "url": "https://files.pythonhosted.org/packages/2d/0f/f9b2e2ffc2a2fcc35dfa626056a47123f6d29fe420c4b49880ab4f529a23/django-urls-map-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49b2a7cf249af5623c14d22ed09f4107", "sha256": "a9dcd792bccbd92304eb7423a436cf0da4d0de53b53d1c8cff56c407f6faa68d" }, "downloads": -1, "filename": "django-urls-map-0.1.tar.gz", "has_sig": false, "md5_digest": "49b2a7cf249af5623c14d22ed09f4107", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4325, "upload_time": "2014-02-17T20:39:35", "url": "https://files.pythonhosted.org/packages/2d/0f/f9b2e2ffc2a2fcc35dfa626056a47123f6d29fe420c4b49880ab4f529a23/django-urls-map-0.1.tar.gz" } ] }