Django cannot find my templatetags, even though it's in INSTALLED_APPS and has a __init__.py
- by Vivian Short
I just installed django-compress (http://code.google.com/p/django-compress) into /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/compress.
I added 'compress' to INSTALLED_APPS.
In my template file, I wrote {% load compressed %}. I got the error:
'compressed' is not a valid tag library: Could not load template…