Last week I've made some progresses on trunk, there are 1. paster quickstart works 2. paster tginfo works 3. tg style template 4. API generation works 5. able to use pylons, webhelper paster commands in tg2 project
So now you got almost the same experience while you quickstart the tg2 project. And here are some bugs I've investigated: 1. unknown links didn't dispatch to 'default' method 2. pylons 'c', 'g' params need to be returned implicitly (return dict(c=c, g=g)) 3. need implement tg_flash 4. model related support are vague --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
