RE: Include Template tags from application directory?

2006-09-29 Thread DOUTCH GARETH-GDO003
users@googlegroups.com Subject: Re: Include Template tags from application directory? On 9/29/06, DOUTCH GARETH-GDO003 <[EMAIL PROTECTED]> wrote: > > However, I get the error message: > "x is not a valid tag library: Could not load template library from > django.templatetags.x

resend: Include Template tags from application directory?

2006-09-29 Thread DOUTCH GARETH-GDO003
Hi all,   Sorry, I fired that one off a bit early! Here it is again with readable english!   Here's a quick question from a newbie: How do I include template tags from within the application directory? I have TEMPLATE_DIRS = ( "path-to-my/templates/",) in my settings file Importing templates

Include Template tags from application directory?

2006-09-29 Thread DOUTCH GARETH-GDO003
Hi all, Here's a quick question from a newbie: How do include template tags from within the application directory also? I have TEMPLATE_DIRS = ( "path-to-my/templates/",) in my settings file Importing templates is ok, but templatetags (which resides next However, I get the error message: "