{ "info": { "author": "arteria GmbH", "author_email": "admin@arteria.ch", "bugtrack_url": null, "classifiers": [], "description": "Django's built-in redirect app with some extras added.\n============\n\nBased on Django's built-in redirect app with some extras added. \nStarting point for this app was https://github.com/django/django/tree/master/django/contrib/redirects. Now with these extra features:\n\n* Simple hit counter on each redirect rule\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n pip install django-redirect-plus\n\nTo get the latest commit from GitHub\n\n pip install -e git+git://github.com/arteria/django-redirect-plus.git#egg=redirect_plus\n\n\n\n\nAdd ``redirect_plus`` to your ``INSTALLED_APPS``\n\n INSTALLED_APPS = (\n ...,\n 'django.contrib.redirects',\n 'redirect_plus',\n )\n\n\nUpdate your ``MIDDLEWARE_CLASSES`` in your project settings \n\t\n\tMIDDLEWARE_CLASSES = (\n\t ...\n\t # 'django.contrib.redirects.middleware.RedirectFallbackMiddleware' , # <= comment this \n\t\t'redirect_plus.middleware.RedirectFallbackMiddleware', # <= replace by /add this middleware\n\t\t...\n\t)\n\n \n\nDon't forget to sync your database\n\n\n ./manage.py syncdb \n\n \n\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/arteria/django-redirect-plus", "keywords": "django,app,redirect,stats", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-redirect-plus", "package_url": "https://pypi.org/project/django-redirect-plus/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-redirect-plus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/arteria/django-redirect-plus" }, "release_url": "https://pypi.org/project/django-redirect-plus/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Django's built-in redirect app with some extras.", "version": "0.0.1" }, "last_serial": 1198168, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5d42b12cf58f0955e919cda5d3a8895d", "sha256": "88049621987d24b085c0fdc0a310ba6b583f36500819d52b6d8c46cb70c70bcd" }, "downloads": -1, "filename": "django-redirect-plus-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5d42b12cf58f0955e919cda5d3a8895d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6749, "upload_time": "2014-08-21T20:54:17", "url": "https://files.pythonhosted.org/packages/f1/6d/fedcae41bac55d1b60811441221fd6da89f0ac906e515f890603acc10bef/django-redirect-plus-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5d42b12cf58f0955e919cda5d3a8895d", "sha256": "88049621987d24b085c0fdc0a310ba6b583f36500819d52b6d8c46cb70c70bcd" }, "downloads": -1, "filename": "django-redirect-plus-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5d42b12cf58f0955e919cda5d3a8895d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6749, "upload_time": "2014-08-21T20:54:17", "url": "https://files.pythonhosted.org/packages/f1/6d/fedcae41bac55d1b60811441221fd6da89f0ac906e515f890603acc10bef/django-redirect-plus-0.0.1.tar.gz" } ] }