On 31/08/2009, at 3:57 AM, Mike Orr wrote:
> > A premade application template should get more prominence so newbies > will readily see it. I'm not sure where. I guess make a section in > the Auth page for now. We should probably start collecting > application templates with extra features somewhere. A wiki page to index them, at least? Application templates will really help newbies get into Pylons quickly. It also provides a good opportunity to see other people's approaches to implementing common functionality like authentication. > > I took a look at BlastOff, and it looks interesting enough to try next > week. One thing I was usure about was SchemeBot, which I haven't seen > before. Where did it come from, and is anybody else here using it? I > get a bit uncomfortable with using magical stuff with my models. SchemaBot is another project of mine that has evolved out of private code. It performs similar duties to sqlalchemy-migrate but was created before migrate was usable to solve my own problems. It hasn't been "officially" announced, so unlikely to be used by many yet, but is stable and available for all. I purposefully made it an optional feature for BlastOff-generated projects as people may not want to use a model management project they are unfamiliar with. The other reason I haven't shouted loudly about SchemaBot yet is that doco is minimal. However, there is a Quick Tutorial [1] and a howto for using SchemaBot With Pylons [2]. As always, I am open to comments/criticism/feedback for both BlastOff and SchemaBot. Cheers Chris [1] http://bitbucket.org/chrismiles/schemabot/wiki/QuickTutorial [2] http://bitbucket.org/chrismiles/schemabot/src/tip/docs/schemabot-with-pylons.txt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
