New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cmsmenu-redirect

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmsmenu-redirect

Django CMS Menu Plugin for Django Contrib Redirects

  • 0.1
  • PyPI
  • Socket score

Maintainers
1

Introduction

This is a Django CMS menu plugin for replacing links in menus with the redirected URL.

Installation

First, you must install Django CMS and Django. For full details, see the installation instructions for those packages.

Install cmsmenu-redirect to your environment with a tool such as PIP, setuptools, or buildout.

Add cmsmenu_redirect and django.contrib.redirects to the INSTALLED_APPS list in your project's settings.py and run the syncdb command on your manage.py.

.. _Django: http://www.djangoproject.com/ .. _Django CMS: https://www.django-cms.org/ .. _PIP: http://www.pip-installer.org/ .. _setuptools: http://pypi.python.org/pypi/setuptools/ .. _buildout: http://pypi.python.org/pypi/zc.buildout/

What's Inside

There is a menus Navigation Modifier that checks all nodes in the navigation against the registered redirects (from django.contrib.redirects). When a node has a redirect, the url of that node is rewritten for the redirect.

0.1 (2011/05/12)

  • Menu modifier added

Keywords

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