I am trying to migrate a project to 1.0 and I'm currently updating the admin system. When I try to load the /admin/ URL I get this error:
Exception Type: TemplateSyntaxError Exception Value: Caught an exception while rendering: No module named admin_urls The error is coming from line 25 in /usr/lib/python2.5/site-packages/ django/contrib/admin/templates/admin/base.html which is shown here: http://dpaste.com/75851/ The problem is with the tag {% url django-admindocs-docroot as docsroot %}, which as far as I can see, doesn't exist in 1.0. I have installed Django 1.0 from scratch, and the only other possible weirdness is that I have the admin directory configured as admin_media in settings.py, which is a symlink to /usr/lib/python2.5/site-package/ django/contrib/admin Next step would appear to be to try and move my code to a 1.0 project, but this would appear to be a bug in the admin templates. Simon --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---