[Grok-dev] Views from templates going explicit
Philipp von Weitershausen
philipp at weitershausen.de
Wed Feb 7 07:25:18 EST 2007
Just dropping a note here that we've reached a consensus about views
from templates. Templates will *not* be turned into views automatically
anymore. They will require at least a corresponding view class in
Python, which can be as simple as:
class Index(grok.View):
pass
I will be implementing this soon.
--
http://worldcookery.com -- Professional Zope documentation and training
Next Zope 3 training at Camp5: http://trizpug.org/boot-camp/camp5
More information about the Grok-dev
mailing list