Form generotor for SQLAlchemy models.
develop version from source
pip install git+https://github.com/sacrud/sacrud_deform.git
pip install sacrud_deform
from sacrud_deform import SacrudForm
form = SacrudForm(obj=obj,
dbsession=DBSession,
request=request,
table=MyModel)
form_html = form().render()
To report bugs, use the issue tracker.
We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc.
If you have question, contact me [email protected] or IRC channel #sacrud