Re: templatetags package name

2008-04-21 Thread Steingrim Dovland
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

templatetags package name

2008-04-21 Thread Alex Morega
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