[Grok-dev] Re: Views from templates going explicit
Philipp von Weitershausen
philipp at weitershausen.de
Wed Feb 7 19:30:15 EST 2007
Philipp von Weitershausen wrote:
> 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.
Done in r72433.
--
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