On Mar 8, 4:53 pm, Malcolm Tredinnick <malc...@pointy-stick.com> wrote: > On Sun, 2009-03-08 at 14:11 -0700, danbergan wrote: > > [...] > > > I'm guessing that the problem is that, since I'm not running withing > > django, I don't have anything set in "INSTALLED_APPS". > > Indeed. Template tag directories are only looked for in locations listed > in INSTALLED_APPS. > > > I've tried > > setting "INSTALLED_APPS" in my settings.configure() call, but it still > > gives me the same error message. > > Can you show us how you've tried this? Settings.configure() is known to > work, as far as I know, so it's possibly a usage error on your side. >
Thanks, Malcolm. Here's my configure: settings.configure(DEBUG=True, TEMPLATE_DEBUG=True, TEMPLATE_DIRS=("d:/ current/ea/tpl"), INSTALLED_APPS=("d:/current/ea")) (as you can see, I'm on windows). As I said, above, I do have a directory "templatetags" in d:/current/ ea, with __init__.py, and myfilter.py I'm new to django and I'm just returning to python after some time away... so, I don't doubt that error is on my side! But, I do appreciate the help. Dan --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---