Cmsplugin Objects 1.0 | Coderz Repository

cmsplugin-objects 1.0

Last updated:

0 purchases

cmsplugin-objects 1.0 Image
cmsplugin-objects 1.0 Images

Free

Languages

Categories

Add to Cart

Description:

cmspluginobjects 1.0

# django-cmsplugin-objects## What does it do?Provides an extra toolbar in the django cms tools, allowing administrators easyaccess 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 optionto create a new blog entry. Which will pop up the admin form in the in-line django-cmsmodal 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 bemade 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.## IssuesPlease submit issues and merge requests at GitHub issues tracker: https://github.com/doctormo/django-cmsplugin-objects/issues/.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.