On Fri, Sep 12, 2008 at 9:30 AM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: > > On Thu, Sep 11, 2008 at 11:32 PM, Mark Ramm <[EMAIL PROTECTED]> wrote: >> >> Looks like this is based on an old quickstart. >> >> I would try adding the demo code to a newly quickstarted project and >> see if this does not just magically go away. > > I'll try it. > > Just out of curiosity, are there any plans for some kind of paster > upgrade command that would do this for me? (aka bring my quickstart > code to a latest version) > In theory it's really simple but in practice this is almost a no go. There have been some attempts but nothing is 100% usable, if I recall correctly the old quickstart command (pre-1.0), had this option and it broke a lot of people's code (some even lost work). So it was removed, as quickstart grew more complex....
The biggest problem is that there is no way to know where to insert the new code. And with complex things that put code in different parts of the templates, for example identity, it's just a ton of work... I have been thinking of this for a long time, as the base project template is one of the biggest migrations issues, as you almost 100% of the time need to diff a newly quickstarted project against the older code. So far I have come up with nothing, except documenting the changes. > Lucas > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
