> Not a specific TG version, but I'm open to use the best one. TG2 and TG1 both work great, I personally would suggest TG2 for a new project though.
> > > - it is possible to use model and utility code outside of TG, there are > > recipes how to do that. > > > > - your can *not* use controllers in a CLI (or at least not useful, and > > not without major performance drawbacks). You can't even easily import > > from them. > > not import it... so this is a major drawbacks! Not really. Your controller-classes should be about presentation logic you don't need in the CLI. > > > Instead, arrange your project so that you have model and utility or > > business logic code in separate modules, and both controllers and your > > CLI app fetch from those. > > okay, So if I understand well, I'll have to split my code. I'll have a > main module dealing with the logic, and having to module on top of it > (CLI and TG) which will import this submodule. > > What to you mean by fetch ?? Is this a specific terminology ? No, just translate fetch to import. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

