Re: could not load custom filter

2009-04-26 Thread tekion
Thanks all for the help. I ran across a reference which stated that I should restart the django server inorder for the package to be pickup. This works. On Apr 26, 12:21 pm, Malcolm Tredinnick wrote: > On Sun, 2009-04-26 at 06:09 -0700, tekion wrote: > > Hi, > > I have tried to load my customer

Re: could not load custom filter

2009-04-26 Thread Malcolm Tredinnick
On Sun, 2009-04-26 at 06:09 -0700, tekion wrote: > Hi, > I have tried to load my customer filter, but getting an error which > indicates it's not in the path. I saw a similar post, one of the > suggested things to check was to make sure the project was listed in > the setting.py file. My project

could not load custom filter

2009-04-26 Thread tekion
Hi, I have tried to load my customer filter, but getting an error which indicates it's not in the path. I saw a similar post, one of the suggested things to check was to make sure the project was listed in the setting.py file. My project is listed in the setting.py file under the install_app. A

Re: [solved] Could not load custom filter module

2006-05-18 Thread Facundo Casco
Facundo Casco wrote: > Hi, I'm tring to make custom filters but I can't make Django find my module > I get this error: > Could not load template library from django.templatetags.amx2_filters, > No module named amx2_filters > > The directory structure is: > ~/base/amx/templatetags/__init__py > ~/ba

Could not load custom filter module

2006-05-17 Thread Facundo Casco
Hi, I'm tring to make custom filters but I can't make Django find my module I get this error: Could not load template library from django.templatetags.amx2_filters, No module named amx2_filters The directory structure is: ~/base/amx/templatetags/__init__py ~/base/amx/templatetags/amx2_filters.py