Hi Folks,

Just having a few problems getting custom template tags working in MR.

I think I'm supposed to create a directory called templatetags in the
directory that holds my models.py, then drop an __init__.py file into
there and the file I want to import (in my case automator.py).

However, I get this error message:

'opscenter' is not a valid tag library: Could not load template library
from django.templatetags.automator, No module named automator

How do I tell it to look in this directory for my automator.py instead
of django.templatetags.automator?

Thanks, Tom


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to