A plugin for django-filer and django-cms to enable the easy addition of SVG images to a blog/cms article.
Install from git hub by cloning or:
$ pip install -e git+https://github.com/agcooke/django-filer-svg#egg=cmsplugin_filer_svg
Then add it to your settings. to your settings file: INSTALLED_APPS = ( ... 'cmsplugin_filer_svg', ... ) Then use south or syncdb to add to your database.
adriangerardcooke at your favourite google online mailing system.com
BSD version 3.