My favorites | Sign in
Project Home Downloads Wiki Issues Source
Repository:
Checkout   Browse   Changes   Clones    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FormAlchemy eliminates boilerplate by autogenerating HTML input fields from a
given model. FormAlchemy will try to figure out what kind of HTML code should
be returned by introspecting the model's properties and generate ready-to-use
HTML code that will fit the developer's application.

Of course, FormAlchemy can't figure out everything, i.e, the developer might
want to display only a few columns from the given model. Thus, FormAlchemy is
also highly customizable.

Please visit the FormAlchemy's homepage for documentation and more information:

http://formalchemy.googlecode.com

You can subscribe to FormAlchemy's mailing list:

http://groups.google.com/group/formalchemy

Change log

cf460b4d0cb3 by gael.pasgrimaud on Sep 1, 2008   Diff
Add i18n implementation and french
translation
Use setuptools in setup.py if available
Add setup.cfg to be able to generate
.pot/.po with Babel
Use README.txt as package's long
description
Go to: 
Project members, sign in to write a code review

Older revisions

41fa4c498b26 by jbellis on Jul 31, 2008   Diff
bump version here too
57cadb82a88f by conrad.alex on Sep 4, 2007   Diff
Splited the one module into a multiple
file package.
All revisions of this file

File info

Size: 683 bytes, 16 lines
Powered by Google Project Hosting