Yuen Ho Wong wrote: > I'm not sure if I'm using tg-admin update as intended, but here it is > anyway. > > I have recently checked out the trunk(r3637) of TurboGears. I > installed it using "python develop". Then I went to my old 1.0.4b2 > project created with "tg-admin quickstart -e -i -t tgbig", and tried > to update it using "tg-admin update" to try to get the upgrade to the > latest default settings and other boilerplates. However, tg-admin > update only detected that I'm only using SA and tgbase template, even > when I'm actually using tgbig and Elixir. Bug?
Unfortunately, TG does not store these options, so you have to pass the same options to tg-admin update as you have given to tg-admin quickstart. I think this should be fixed in the long run. Currently, TG tries to import SQLObject if you are using SQLAlchemy and vice versa, because it does not know which one you are actually using. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

