Hmmm... I'm having the same error. I just installed 1.1 with python 2.6.2, on Windows vista.
I set up a new project using django-admin.py and a new app to throw together a new project. All in all that took under an hour from download. Now, I've spent just about an hour looking around to find out how to get the admin to display properly... I:ve commented out the admin in the base urls.py file. Then when i goto localhost:8000/admin I see this error. I thought even without changing my settings.py, using runserver it would auto-grab the templates in the python site-packages django dirs, but this error is showing up. Next, I set the TEMPLATE_DIRS and copied the contrib.admin.templates content to my project's template directory. (I think I remember doing this in the past..) and now I get this error: TemplateSyntaxError at /admin/ 'adminmedia' is not a valid tag library: Could not load template library from django.templatetags.adminmedia Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---