{ "info": { "author": "Matteo Kloiber", "author_email": "info@matt3o12.de", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Natural Language :: German", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "Django-debug-toolbar-multilang\n==============================\n\n|Build Status| |Coverage Status|\n\nDjango-debug-toolbar-multilang aims to help you internationalize and\nlocalized Django apps. It adds a \"Language\" panel to the toolbar and\nshows you the current language as well as all available languages. It\nalso lets you quickly change the language to the selected one.\n\nScreenshots\n===========\n\n.. figure:: http://media.matt3o12.de/djdt-multilang/v1.0/panel-max.png\n :alt: panel preview1\n\n panel preview1\n\nInstall\n-------\n\nThe recommended way to install djdt-multilang is by using pip:\n\n::\n\n pip install django-debug-toolbar-multilang\n\nIf you'd like to test an upcoming release, use instead:\n\n::\n\n pip install -e git+https://github.com/Matt3o12/django-debug-toolbar-multilang#egg=django-debug-toolbar-multilang\n\nNext, you will need to add djdt-multilang to add\n``debug_toolbar_multilang.panels.multilang.MultiLangPanel`` to\n``DEBUG_TOOLBAR_PANELS`` and ``debug_toolbar_multilang`` to\n``INSTALLED_APPS``:\n\n::\n\n DEBUG_TOOLBAR_PANELS = [\n ...\n 'debug_toolbar_multilang.panels.multilang.MultiLangPanel',\n ]\n\n INSTALLED_APPS = [\n ...\n 'debug_toolbar_multilang'\n ]\n\nIf you haven't already set, ``DEBUG_TOOLBAR_PANELS`` make sure not to\nforget `the\ndefaults `__:\n\n::\n\n DEBUG_TOOLBAR_PANELS = [\n 'debug_toolbar.panels.versions.VersionsPanel',\n 'debug_toolbar.panels.timer.TimerPanel',\n 'debug_toolbar.panels.settings.SettingsPanel',\n 'debug_toolbar.panels.headers.HeadersPanel',\n 'debug_toolbar.panels.request.RequestPanel',\n 'debug_toolbar.panels.sql.SQLPanel',\n 'debug_toolbar.panels.staticfiles.StaticFilesPanel',\n 'debug_toolbar.panels.templates.TemplatesPanel',\n 'debug_toolbar.panels.cache.CachePanel',\n 'debug_toolbar.panels.signals.SignalsPanel',\n 'debug_toolbar.panels.logging.LoggingPanel',\n 'debug_toolbar.panels.redirects.RedirectsPanel',\n 'debug_toolbar_multilang.panels.multilang.MultiLangPanel',\n ]\n\nYou will also need to enable the `Locale\nmiddleware `__.\n\n.. |Build Status| image:: https://travis-ci.org/Matt3o12/django-debug-toolbar-multilang.svg?branch=master\n :target: https://travis-ci.org/Matt3o12/django-debug-toolbar-multilang\n.. |Coverage Status| image:: https://img.shields.io/coveralls/Matt3o12/django-debug-toolbar-multilang.svg\n :target: https://coveralls.io/r/Matt3o12/django-debug-toolbar-multilang?branch=master", "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/matt3o12/django-debug-toolbar-multilang", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-debug-toolbar-multilang", "package_url": "https://pypi.org/project/django-debug-toolbar-multilang/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-debug-toolbar-multilang/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/matt3o12/django-debug-toolbar-multilang" }, "release_url": "https://pypi.org/project/django-debug-toolbar-multilang/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Language panel for django-debug-toolbar", "version": "1.0.1" }, "last_serial": 1363178, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "2229737b82cbbd32a61f668cd11e9b23", "sha256": "f1cb3aabf4e4e6352ce84ca652d539d46ff8d6ddc31855ad561744e8c52228c4" }, "downloads": -1, "filename": "django-debug-toolbar-multilang-1.0.tar.gz", "has_sig": false, "md5_digest": "2229737b82cbbd32a61f668cd11e9b23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3173, "upload_time": "2014-12-28T21:49:46", "url": "https://files.pythonhosted.org/packages/ce/41/d15761717fc8d95d534753ce6745e167adebfa9b1e68ccf16e6201553fc9/django-debug-toolbar-multilang-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "1b207be3835b06c2c1859eca21c7aa4b", "sha256": "43d78d10cee711b27d351b2d0e33800d0fd1ffbae5f700a86e63d4ee1a672c3d" }, "downloads": -1, "filename": "django-debug-toolbar-multilang-1.0.1.tar.gz", "has_sig": false, "md5_digest": "1b207be3835b06c2c1859eca21c7aa4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6226, "upload_time": "2014-12-29T00:28:58", "url": "https://files.pythonhosted.org/packages/03/d8/22a6279e2b3486cc3d8e1ddeda125e894972437c83e1d328fcab1584a2c3/django-debug-toolbar-multilang-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b207be3835b06c2c1859eca21c7aa4b", "sha256": "43d78d10cee711b27d351b2d0e33800d0fd1ffbae5f700a86e63d4ee1a672c3d" }, "downloads": -1, "filename": "django-debug-toolbar-multilang-1.0.1.tar.gz", "has_sig": false, "md5_digest": "1b207be3835b06c2c1859eca21c7aa4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6226, "upload_time": "2014-12-29T00:28:58", "url": "https://files.pythonhosted.org/packages/03/d8/22a6279e2b3486cc3d8e1ddeda125e894972437c83e1d328fcab1584a2c3/django-debug-toolbar-multilang-1.0.1.tar.gz" } ] }