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