Skip to content

leeuwr/django-svg-templatetag

 
 

Repository files navigation

Django SVG templatetag

https://badge.fury.io/py/django-svg-templatetag.png https://travis-ci.org/Mediamoose/django-svg-templatetag.png?branch=master Documentation Status

Inject a SVG file into your Django template.

Documentation

The full documentation is at https://django-svg-templatetag.readthedocs.org.

Quickstart

Install Django SVG templatetag:

pip install django-svg-templatetag

Then use it in a project:

{% load svg %}

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package:

About

Inject a SVG file into your Django template.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.6%
  • Makefile 18.4%