On Fri, Apr 23, 2010 at 4:32 PM, Krishnakant Mane <[email protected]> wrote: > Hello all, > I have been lerking around reading the thread on django.forms to be > incorporated for pylons. > I wanted to know out of curiosity, is formalchemy good enough for a typicle > application where forms are closely related to the table objects? > Perhaps the application needs to link 2 tables (parent and child using keys > ). > And the interface will have 2 tabs, one for adding data and another for > view/ edit. > Will formalchemy suit such a need? > is there a good getting started with formalchemy tutorial anywhere? >
Not really. You can have a look at the docs: http://docs.formalchemy.org/pylons_sample.html There is also some templates in shabti: http://bitbucket.org/gjhiggins/shabti/ not really stable at the moment. And the code of the demo app: http://www.gawel.org/docs/fa.demo/file/tip -- Gael > Happy hacking. > Krishnakant. > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
