anderbubble schrieb: > Thanks. I wasn't using SQLAlchemy. Does tgcrud not support sqlobject?
>From http://docs.turbogears.org/1.0/CRUDTemplate "tgcrud 1.0Beta support both SQLObject and SQLAlchemy model, you could use '-s' option in command for SQLAlchemy support as you are familiar in tg-admin quickstart command. e.x:" You can also use FastData from SVN (svn co http://svn.turbogears.org/projects/FastData/trunk/ Fastdata) to generate an admin interface for SQLObject classes. See an example application here: http://chrisarndt.de/projects/bookmarker/ Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

