Hello, community! I use existing database and reflected SA models in my TG2 application. I followed Pylons guide [1] to create custom paster command for my application. The problem is that I cannot use this models in this command, because they are not initialized before executing it.
What is the best way to do all the initialization before executing paster command? [1] http://pylonshq.com/docs/en/0.9.7/advanced_pylons/paster_commands/ -- 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.

