Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 502 Bytes

Shoebot Django

Using shoebot to generate server side graphics as SVG.

Example folder contains a working django app.

Dependencies

Shoebot needs to available in the path, see the shoebot docs for info getting it working with a virtualenv.

Example

The example folder contains a simple django app embedding shoebot.

Similar projects

https://github.com/akaihola/django-cairo-text shoebot-django could learn png support from this project.