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
Add ‘mississippi’ to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'mississippi', ]
Make the mississippi URLconf the last one in your project urls.py like this:
url(r'', include('mississippi.urls')),
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-mississippi-0.2.2.tar.gz
.
File metadata
- Download URL: django-mississippi-0.2.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e10492c42d5c310de147bc2f454e9bda06623278431d065bee2884bd2e41f7b7 |
|
MD5 | 8c7ba325478637a64743ca39435848b0 |
|
BLAKE2b-256 | f77450ff7d44cf5b7bc3d81a3758137d4de4419e846e0e1c69a43f8e0a73d10f |