﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
692	TemplateSyntaxError in admin with development server	danlipsitt+djangotrac@…	Adrian Holovaty	"I have replicated the error I [http://groups.google.com/group/django-users/browse_frm/thread/de170e44ef546518/a661d851ebfa0da8#a661d851ebfa0da8 described in this newsgroup posting] on a different machine running a different Linux distribution, so I am filing it as a bug.

== Error Description ==
As soon as log in to the admin interface (running on the development server), I get a traceback ending in this error:

{{{
  File ""/usr/lib/python2.4/site-packages/django-1.0.0-py2.4.egg/django/core/template/defaulttags.py"", line 627, in do_load
    raise TemplateSyntaxError, ""'%s' is not a valid tag library"" % taglib

TemplateSyntaxError: 'log' is not a valid tag library
}}}

== Steps to Replicate ==
 1. Delete old django egg directory from site-packages.
 1. {{{svn update}}} to current trunk (I have tried [992] on one machine and [1006] on the other. I was using ~[882] before. This means I am updating to the admin changes of #627).
 1. {{{setup.py clean}}}, {{{build}}}, and {{{install}}}
 1. {{{django-admin.py startproject myproject}}}
 1. edit {{{myproject/settings.py}}} (use sqlite3, add admin to {{{INSTALLED_APPS}}})
 1. enable admin in {{{myproject/urls.py}}}
 1. {{{cd myproject}}}
 1. {{{django-admin.py startapp myapp}}}
 1. {{{rm -r myapp/settings}}}
 1. {{{django-admin.py init }}}
 1. {{{django-admin.py createsuperuser}}}
 1. {{{django-admin.py runserver}}} ''my external ip''{{{:8000 --settings='myproject.settings'}}}
 1. log in to the admin site"	defect	closed	Core (Management commands)		major	invalid			Unreviewed	0	0	0	0	0	0
