On 12 Nov., 14:56, Luca Verardi <[email protected]> wrote: > however i had to change the command.py > the row bootstrap_model(options.clean, options.user) > in bootstrap_model(clean=False) <or True> > beacuse turbogears return a message > > Traceback (most recent call last): > File "./start-project.py", line 15, in <module> > bootstrap() > File "/home/project/project/command.py", line 105, in bootstrap > bootstrap_model(options.clean, options.user) > TypeError: bootstrap_model() takes at most 1 argument (2 given)
Yes, this is a known error in TG 1.1 when quckstarting projects without identity and was fixed in SVN in revision 6868. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

