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

cms-draggable-files

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cms-draggable-files

CMS placeholder can recieve dragged files and add to plugin by files extensions.

  • 0.1.6
  • PyPI
  • Socket score

Maintainers
1

CMS Draggable Files

This application will recieve dragged files on django-cms placeholder and save them to cms.plugin.picture or cms.plugin.file. This plugin checks what file extension is dragged.

This application will make Yours life esier. Tutorial:

Install aplication: pip install cms-draggable-files

Add to installed app: 'cms_draggable_files'

Add static files to base.html (or to main html file in your project): /static/css/placeholder.css /static/js/draggable.js

Copy template folder instance to your main project folder. Be shour that placeholder.html from cms_draggable_files is in your template/cms/placeholder.html.

Add cms-draggable-files to your project urls.py: $ url(r'^', include('cms_draggable_files.urls')),

If You want additional custom file creator that for example will convert files from odf to pdf on drag and drop, You need in settings register your custom creator class: DRAGGABLE_ADDITIONAL_PLUGIN_CREATORS = [ ODF_TO_PDF_CREATOR, ]

Enjoy drag and drop files future in django-cms.

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