[Grok-dev] Rules for app_templates lookup
Achim Domma
domma at procoders.net
Fri Aug 6 17:52:19 EDT 2010
Hi,
I have some code which works fine, as long as it's in the generated app.py. I tried to move some classes to another file called mymodule.py. After that I get the warning, that a template in my app_templates is unused. And I get an error, because the template for my view class cannot be found anymore.
How do I move some classes to a different module? How are templates for views in that module looked up?
cheers,
Achim
More information about the Grok-dev
mailing list