On 10/22/05, Dan Lipsitt <[EMAIL PROTECTED]> wrote:
> TemplateSyntaxError: 'log' is not a valid tag library
> [...]
> I just upgraded to rev 992. I deleted the old egg first, and I also
> tried removing the .pyc files as Adrian described (there were no
> .pyos).

Try this from the Python interactive interpreter:

>>> from django.contrib.admin.templatetags import log

If that raises an exception, it might give you some useful information.

Also, do you have "django.contrib.admin" in your INSTALLED_APPS?

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to