On Mon, Apr 21, 2008 at 5:55 PM, Alex Morega <[EMAIL PROTECTED]> wrote:
> What is the best practice in naming templatetags modules in the
> following situation?
I usually name them foo_tags.py -- to avoid the name collision and yet
keep it simple.
--
Steingrim Dovland. Oslo, Norway.
This beha
Hello,
What is the best practice in naming templatetags modules in the
following situation?
I have an application named "foo". It lives as a top-level Python
package. Its views are foo.views, its models are foo.models, etc. I
waht this application to define some templatetags. The most logi
2 matches
Mail list logo