Django CMS SVG Plugin provides a plugin that allows you to use SVG image.
This plugin requires django CMS 3.0.12 or higher to be properly installed.
- Within your
virtualenv
runpip install cmsplugin-svg
- Add
'cmsplugin_svg'
to yourINSTALLED_APPS
setting. - Run
manage.py migrate cmsplugin_svg
.
TBD