Skip to content

carderm/django-filer-svg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_filer_svg

A plugin for django-filer and django-cms to enable the easy addition of SVG images to a blog/cms article.

Installation:

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.

A django cms plugin will then be available to add svg's to your post or article. Contact:

adriangerardcooke at your favourite google online mailing system.com

License

BSD version 3.

About

A django-filer extension for handling SVG files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • HTML 1.0%