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

cmsplugin-objects

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmsplugin-objects

Extend django-cms with admin form links, editing object from the toolbar

  • 1.0
  • PyPI
  • Socket score

Maintainers
1

django-cmsplugin-objects

What does it do?

Provides an extra toolbar in the django cms tools, allowing administrators easy access to the administrator pages for the currently in scope object or object type.

For example, if the page contains a list of blog entries, then you will have the option to create a new blog entry. Which will pop up the admin form in the in-line django-cms modal dialog. (Usually when using ListView generic clas sbased views)

If the page contains a single Blog entry object, then an Edit and Delete option will be made available and these operate much like the Create form.

Installation

pip install cmsplugin-objects

Add the plugin to your site's middleware in settings.py::

MIDDLEWARE_CLASSES = (
  ...
  'cmsplugin_objects.middleware.ObjectToolbarMiddleware',
  ...
)

Then restart your web server.

Issues

Please submit issues and merge requests at GitHub issues tracker: https://github.com/doctormo/django-cmsplugin-objects/issues/.

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