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.2.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file django-mississippi-0.2.2.tar.gz.

File metadata

File hashes

Hashes for django-mississippi-0.2.2.tar.gz
Algorithm Hash digest
SHA256 e10492c42d5c310de147bc2f454e9bda06623278431d065bee2884bd2e41f7b7
MD5 8c7ba325478637a64743ca39435848b0
BLAKE2b-256 f77450ff7d44cf5b7bc3d81a3758137d4de4419e846e0e1c69a43f8e0a73d10f

See more details on using hashes here.

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