sacrud_deform

Form generotor for SQLAlchemy models.

Install

develop version from source

pip install git+https://github.com/sacrud/sacrud_deform.git
pip install sacrud_deform

Use

from sacrud_deform import SacrudForm

form = SacrudForm(obj=obj,
                  dbsession=DBSession,
                  request=request,
                  table=MyModel)
form_html = form().render()

Support and Development

To report bugs, use the issue tracker or waffle board.

We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc

If you have question, contact me sacrud@uralbash.ru or IRC channel #sacrud

Indices and tables

  Read the Docs
v: master  
Versions
latest
stable
master
Free document hosting provided by Read the Docs.