{ "info": { "author": "Karol Majta", "author_email": "karolmajta@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# django-robust-i18n-urls\n\nThis application solves a few problems related with using internaitonalized\nurls inside Django. If you want a full rationale please check out:\n\nhttp://blog.karolmajta.com/robust-internationalized-urls-for-django.html\n\nfor an article explaining issues that arise when dealing with default\nDjango setup for internationalized urls.\n\n## Usage\n\nTo use the app:\n\n pip install django-robust-i18n-urls\n\nIn your `urls.py`, add to your `urlpatterns`:\n\n url(r'^i18n/', include('robust_urls.urls')),\n\nIn your `settings.py`:\n\n MIDDLEWARE_CLASSES = (\n # ...\n 'robust_urls.middleware.RobustI18nLocaleMiddleware',\n # ...\n )\n\nThis should get you going with the default setup. Django's documentation\non translation and selecting language can help you.\n\nFor full documentation please see\nhttp://django-robust-i18n-urls.readthedocs.org/\n\n## Development\n\nClone this repo, then:\n\n pip install -e .\n pip install -r requirements.txt\n python setup.py test\n\n## TODO/Roadmap\n\nCurrently I don't need any more features beyond what is already provided,\nbut if you have ones that suit your use cases, feel free to issue a pull\nrequest. Any additional tests are welcome too.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://karolmajta.com/django-robust-i18n-urls/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-robust-i18n-urls", "package_url": "https://pypi.org/project/django-robust-i18n-urls/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-robust-i18n-urls/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://karolmajta.com/django-robust-i18n-urls/" }, "release_url": "https://pypi.org/project/django-robust-i18n-urls/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Robust internationalized urls implementation for Django.", "version": "1.0.0" }, "last_serial": 1141515, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9ec1ee4e22e189733dabbd2a3c771417", "sha256": "d1a0d33a0ea7722ec29b63d96dffdd85fd6787448c020326378625df195fafc4" }, "downloads": -1, "filename": "django-robust-i18n-urls-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9ec1ee4e22e189733dabbd2a3c771417", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4117, "upload_time": "2014-02-15T15:33:24", "url": "https://files.pythonhosted.org/packages/20/a6/9523cab089a7072b5ef249790b305ef4617cabf1e6855df52ed884dd8fd2/django-robust-i18n-urls-1.0.0.tar.gz" } ], "1.0.1rc1": [ { "comment_text": "", "digests": { "md5": "77d6aa5f40cb41fac9e0b989f39ad9b1", "sha256": "9029f96c0e15729ea8f02461be0142e6844a61498944985d01fef36c55d98641" }, "downloads": -1, "filename": "django-robust-i18n-urls-1.0.1rc1.tar.gz", "has_sig": false, "md5_digest": "77d6aa5f40cb41fac9e0b989f39ad9b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4096, "upload_time": "2014-06-29T19:41:42", "url": "https://files.pythonhosted.org/packages/49/bd/abe8951192a85547f16f8aba6ce20c38d93c22a01af3f7001c1bc4531d59/django-robust-i18n-urls-1.0.1rc1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9ec1ee4e22e189733dabbd2a3c771417", "sha256": "d1a0d33a0ea7722ec29b63d96dffdd85fd6787448c020326378625df195fafc4" }, "downloads": -1, "filename": "django-robust-i18n-urls-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9ec1ee4e22e189733dabbd2a3c771417", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4117, "upload_time": "2014-02-15T15:33:24", "url": "https://files.pythonhosted.org/packages/20/a6/9523cab089a7072b5ef249790b305ef4617cabf1e6855df52ed884dd8fd2/django-robust-i18n-urls-1.0.0.tar.gz" } ] }