[Grok-dev] grokcore.view and ignoring some files in templates directory
Sylvain Viollon
sylvain at infrae.com
Thu Oct 16 04:17:59 EDT 2008
Hello,
I made a simple extension for Grok in Zope 2 which let us use z3c.pt
templates. That's very easy and works nicely, so I might do a
megrok.z3cpt as well: the five one is not always need in Zope 2, you
will be able to use the Zope 3 version out of the box.
The problem I have, which does not broke the extension but display
warnings is that z3c.pt compiles templates to python, and store compiled
pages in a file with a extension .py and .cache. Since I choose .zpt
as extension for templates, I have unused .zpt.py and .zpt.cache files
in my template directory for Grok. Here it complains with a warning
that it don't known what to do with those files.
I wonder if it's possible to configure an ignore pattern for
templates in the template directory ? Obviously no, but I don't see how
to implement that nicely. Do you have any idea ?
Best regards,
Sylvain Viollon,
--
Sylvain Viollon -- Infrae
t +31 10 243 7051 -- http://infrae.com
Hoevestraat 10 3033GC Rotterdam -- The Netherlands
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/grok-dev/attachments/20081016/c0c1b028/attachment.bin
More information about the Grok-dev
mailing list