Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 1.32 KB

README.rst

File metadata and controls

43 lines (28 loc) · 1.32 KB

# Deprecated Moved to: https://github.com/saritasa-nest/micrometals-cmsplugin-svg

Django CMS SVG Plugin

Django CMS SVG Plugin provides a plugin that allows you to use SVG image.

Installation

This plugin requires django CMS 3.0.12 or higher to be properly installed.

  • Within your virtualenv run pip install cmsplugin-svg
  • Add 'cmsplugin_svg' to your INSTALLED_APPS setting.
  • Run manage.py migrate cmsplugin_svg.

Usage

TBD

References