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
> ~/base/amx/templatetags/amx2_filters.py
>
> I tried commenting out every line on amx2_filtres.py but still doesn't work.
>
> I changed django/templatetags/__init__.py to raise SystemError instead 
> of pass on line 7 and now I see that INSTALLED_APPS = None on the debug 
> screen. Is that ok?
>
> Anyone can help me to solve this?
>
> Thanks a lot
>
>
> Facundo
>
>
>   

After some looking around I've solved my problem.
I dind't have my app added to INSTALLED_APPS in settings.py, I added and 
now it's working fine.
Maybe this could help someone with a similar problem.

Facundo


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---
begin:vcard
fn:Facundo Casco
n:Casco;Facundo
org:AMV Multiviajes Argentina S.R.L.
adr:Piso 12 Oficina 'G';;Esmeralda 847;Buenos Aires;CF;C1007ABI;Argentina
email;internet:[EMAIL PROTECTED]
tel;work:+54 11 5031-3060 / 3061
tel;fax:+54 11 4313-6141
url:http://www.multiviajesar.com.ar
version:2.1
end:vcard

Reply via email to