Hi guys, I've been tinkering a bit with making database models with SQLAlchemy, and a thing that taxes me a bit is to having to do a tg-admin sql create and then open a TG shell and start filling the database with objects again.
Is it possible (without having to manipulate my TG installation) to attach a database initiation script to tg-admin sql create, so that the database is automatically initiated with the data you want... If that's not possible, what do I need to include in a module to emulate the TG shell (so that I can just type whatever I usually type into the terminal, into the file instead)? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

