Form generator for SQLAlchemy models.
Project description
sacrud_deform
Form generotor for SQLAlchemy models.
Install
develop version from source
pip install git+https://github.com/ITCase/sacrud_deform.git
pip install sacrud_deform
Use
For get column of model use sacrud function sacrud.common.columns_by_group.
from sacrud_deform import SacrudForm
columns_of_model = columns_by_group(MyModel)
form = SacrudForm(obj=obj,
dbsession=DBSession,
request=request,
table=MyModel)()
form_html = data.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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sacrud_deform-0.0.8.tar.gz
(6.1 kB
view details)
File details
Details for the file sacrud_deform-0.0.8.tar.gz
.
File metadata
- Download URL: sacrud_deform-0.0.8.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de3593dea783b12c1b4cb7a9d516c3681a5ed595bf6cb6b4350cc3aa4f4f2bd5 |
|
MD5 | 0a31d3cf33c0ec8dc1a5ecfe3d47842e |
|
BLAKE2b-256 | c832e7fe0031e72b71a223a4a7115c627a5cfa6299fe1bf85a187e207377cdb3 |