{ "info": { "author": "Seth Livingston", "author_email": "webdevbyseth@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "===========\nMississippi\n===========\n\nMississippi goes one step beyond Django's URL dispatcher to:\n\n* Promote resources (pages) and resource types to first class citizens\n* Allow for / URLs without any prefix, regardless of the resource type\n* Easily and automatically generate sitemaps\n\nRight now Mississippi is in its early development stage; there is more to come.\n\nQuick Start\n-----------\n\n1. Add 'mississippi' to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'mississippi',\n ]\n\n2. Make the mississippi URLconf the last one in your project urls.py like this::\n\n url(r'', include('mississippi.urls')),\n\n3. Run `python manage.py migrate` to create the mississippi models.\n\nTODO: Describe how to associate models with mississippi models.\n\nTODO: Describe how to test to ensure mississippi is installed correctly.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sethlivingston/django-mississippi", "keywords": "", "license": "ISC License", "maintainer": "", "maintainer_email": "", "name": "django-mississippi", "package_url": "https://pypi.org/project/django-mississippi/", "platform": "", "project_url": "https://pypi.org/project/django-mississippi/", "project_urls": { "Homepage": "https://github.com/sethlivingston/django-mississippi" }, "release_url": "https://pypi.org/project/django-mississippi/0.2.2/", "requires_dist": null, "requires_python": "", "summary": "Promote resources to first class citizens for prefix-less URLs and easy sitemaps.", "version": "0.2.2" }, "last_serial": 2907767, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "799f0aa3b12d6fe22c6abb570abea6c3", "sha256": "f4ebc6d72666a0643eff84808255c5ae7505f4426746aba704281dd3553da42f" }, "downloads": -1, "filename": "django-mississippi-0.2.0.tar.gz", "has_sig": false, "md5_digest": "799f0aa3b12d6fe22c6abb570abea6c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5774, "upload_time": "2017-05-28T10:43:36", "url": "https://files.pythonhosted.org/packages/4c/8a/1ff19829f03c53f4763f584484d852ef2ef9a6c2eb3858f31024040ec2eb/django-mississippi-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "e95b124a8a2041983623ece63085bf17", "sha256": "28be0b48523fc678eaaf086fc787c7e91058d775797e00644e62936aa77e6b4e" }, "downloads": -1, "filename": "django-mississippi-0.2.1.tar.gz", "has_sig": false, "md5_digest": "e95b124a8a2041983623ece63085bf17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5802, "upload_time": "2017-05-29T22:34:45", "url": "https://files.pythonhosted.org/packages/1e/97/50c8528740b266130baac1217f99bc34ddea6645352cb9f430eab477b91c/django-mississippi-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "8c7ba325478637a64743ca39435848b0", "sha256": "e10492c42d5c310de147bc2f454e9bda06623278431d065bee2884bd2e41f7b7" }, "downloads": -1, "filename": "django-mississippi-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8c7ba325478637a64743ca39435848b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6036, "upload_time": "2017-05-29T22:40:46", "url": "https://files.pythonhosted.org/packages/f7/74/50ff7d44cf5b7bc3d81a3758137d4de4419e846e0e1c69a43f8e0a73d10f/django-mississippi-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c7ba325478637a64743ca39435848b0", "sha256": "e10492c42d5c310de147bc2f454e9bda06623278431d065bee2884bd2e41f7b7" }, "downloads": -1, "filename": "django-mississippi-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8c7ba325478637a64743ca39435848b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6036, "upload_time": "2017-05-29T22:40:46", "url": "https://files.pythonhosted.org/packages/f7/74/50ff7d44cf5b7bc3d81a3758137d4de4419e846e0e1c69a43f8e0a73d10f/django-mississippi-0.2.2.tar.gz" } ] }