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

11
README.rst Normal file
View File

@@ -0,0 +1,11 @@
==================
django-jsignature
==================
A simple way to use jSignature jQuery plugin in your Django projects.
It provides:
- A form field and a form widget to handle jquery plugin through a Django form
- A model field to store a captured signature
- A mixin adding two fields (signature / signature_date) in any of your Django models