{ "info": { "author": "Divio AG", "author_email": "info@divio.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "################\nAldryn Redirects\n################\n\nThis is a modified version of Django's ``django.contrib.redirects`` app that\nsupports language-dependent target URLs, using ``django-parler``.\n\nThis is useful for cases in which another middleware strips the language\nprefix from the URL, like django CMS. It allows to define different urls to\nredirect to, depending on the user's language.\n\n************\nInstallation\n************\n\nAldryn Platform Users\n#####################\n\nTo install the addon on Aldryn, all you need to do is follow this\n`installation link `_\non the Aldryn Marketplace and follow the instructions.\n\nManually you can:\n\n#. Choose a site you want to install the Addon to from the dashboard.\n#. Go to Apps > Install App\n#. Click Install next to the Aldryn Redirects app.\n#. Redeploy the site.\n\n\nManual Installation\n###################\n\n\n```bash\npip install aldryn-redirects\n```\n\nFollow the `setup instructions for django-parler `_.\n\n```python\n\n# settings.py\n\nINSTALLED_APPS += [\n 'parler',\n 'aldryn_redirects'\n]\n\n# add the middleware somewhere near the top of MIDDLEWARE_CLASSES\n\nMIDDLEWARE_CLASSES.insert(\n 0, 'aldryn_redirects.middleware.RedirectFallbackMiddleware')\n```\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/aldryn/aldryn-redirects", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "aldryn-redirects", "package_url": "https://pypi.org/project/aldryn-redirects/", "platform": "OS Independent", "project_url": "https://pypi.org/project/aldryn-redirects/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/aldryn/aldryn-redirects" }, "release_url": "https://pypi.org/project/aldryn-redirects/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A modified version of django.contrib.redirects with multilingual target URLs.", "version": "1.0.0" }, "last_serial": 2475887, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "031a9d0bbc684a953a4b27cf2ed23e05", "sha256": "2acc640aadf15768fc4fa95d1063afa94d86bf5494e09dd754aad1dc74fde12a" }, "downloads": -1, "filename": "aldryn_redirects-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "031a9d0bbc684a953a4b27cf2ed23e05", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 71347, "upload_time": "2016-02-23T15:21:04", "url": "https://files.pythonhosted.org/packages/ed/60/45df21de11a5ab4816693fe599bec09f4123e10706da1067469da43a8b1a/aldryn_redirects-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "761a2af0d210a5ff142e0335a22fb598", "sha256": "5681339716c0ab061e996d64893f179b4534b34098bf9802ca7f4659e7c1b101" }, "downloads": -1, "filename": "aldryn-redirects-1.0.0.tar.gz", "has_sig": false, "md5_digest": "761a2af0d210a5ff142e0335a22fb598", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21972, "upload_time": "2016-02-23T15:20:29", "url": "https://files.pythonhosted.org/packages/e7/dc/517705ce38e3e6fabc97c5e2c7a2b2225323077081e18b990eac08dfa13b/aldryn-redirects-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "031a9d0bbc684a953a4b27cf2ed23e05", "sha256": "2acc640aadf15768fc4fa95d1063afa94d86bf5494e09dd754aad1dc74fde12a" }, "downloads": -1, "filename": "aldryn_redirects-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "031a9d0bbc684a953a4b27cf2ed23e05", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 71347, "upload_time": "2016-02-23T15:21:04", "url": "https://files.pythonhosted.org/packages/ed/60/45df21de11a5ab4816693fe599bec09f4123e10706da1067469da43a8b1a/aldryn_redirects-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "761a2af0d210a5ff142e0335a22fb598", "sha256": "5681339716c0ab061e996d64893f179b4534b34098bf9802ca7f4659e7c1b101" }, "downloads": -1, "filename": "aldryn-redirects-1.0.0.tar.gz", "has_sig": false, "md5_digest": "761a2af0d210a5ff142e0335a22fb598", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21972, "upload_time": "2016-02-23T15:20:29", "url": "https://files.pythonhosted.org/packages/e7/dc/517705ce38e3e6fabc97c5e2c7a2b2225323077081e18b990eac08dfa13b/aldryn-redirects-1.0.0.tar.gz" } ] }