On 11/11/10 05:05 , Mike Orr wrote:
I'd like to see one template equivalent to the Pylons 1 template, with
questions for SQLAlchemy and the template engine. The templates are
pretty straightforward even with the conditionals. Looking forward,
we'll also need questions for auth and ZODB. (Yes, some apps may want
both SQLAlchemy and ZODB.)

A while ago I made some alternative templates for BFG in a branch: http://svn.repoze.org/repoze.bfg/branches/wichert-re-paster/ . The most important changes there are a refactoring of application setup: they add websetup.py and expose that via a paster setup-app command and move creation if initial data to there. That very similar to what Pylons 1 does, and removes the (imho bad) behaviour of trying to create initial data on every application startup. Perhaps that is something to consider as well?

Wichert.

--
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-de...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to