First version

This commit is contained in:
Florent Lebreton
2013-09-13 12:17:26 +02:00
parent 7ef0944770
commit 082523eb47
16 changed files with 553 additions and 0 deletions

6
jsignature/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
"""
django-jsignature provides a simple way to handle jSignature jQuery plugin
through a django form.
See : https://github.com/brinley/jSignature/blob/master/README.md
"""