Skip to main content

Promote resources to first class citizens for prefix-less URLs and easy sitemaps.

Project description

Mississippi goes one step beyond Django’s URL dispatcher to:

  • Promote resources (pages) and resource types to first class citizens

  • Allow for /<slug> URLs without any prefix, regardless of the resource type

  • Easily and automatically generate sitemaps

Right now Mississippi is in its early development stage; there is more to come.

Quick Start

  1. Add ‘mississippi’ to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'mississippi',
    ]
  2. Make the mississippi URLconf the last one in your project urls.py like this:

    url(r'', include('mississippi.urls')),
  3. Run python manage.py migrate to create the mississippi models.

TODO: Describe how to associate models with mississippi models.

TODO: Describe how to test to ensure mississippi is installed correctly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-mississippi-0.2.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page