Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-mississippi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-mississippi

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

  • 0.2.2
  • PyPI
  • Socket score

Maintainers
1

=========== Mississippi

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

  • Promote resources (pages) and resource types to first class citizens
  • Allow for / 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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc