On Sep 4, 2:02 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 4, 2008 at 7:04 AM, simong <[EMAIL PROTECTED]> wrote:
>
> > 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.
>
> That named url does exist:
>
> http://code.djangoproject.com/browser/django/tags/releases/1.0/django...
>
> This is more likely a migration problem than a bug in 1.0. I have tested
> admin in configurations both with and without the django.contrib.admindocs
> application listed in INSTALLED_APPS and have not run into this.
>
> When you installed 1.0 did you first remove any old installed django?
>
> Is there a more complete traceback that might give a clue where this
> admin_urls reference is coming from?  I can't find that string anywhere in
> the 1.0 tree nor 0.96.
>

It might have been in part a caching problem in Firefox: to clarify,
I'm testing this on my laptop running Ubuntu 8.04 using apache2 with
local name resolution using names against localhost, which is fairly
non-standard but is the easiest way to do it on a machine that moves
around. I have since tested the project with django's built-in web
server and while I got the same problem at first, forcing a reload of
the page in Firefox has made it go away in the top levels of the admin
section.

However, I have just experimented with adding a user, which worked,
and then granting admin rights, and the problem has returned. The
traceback is pasted here: http://dpaste.com/75889/

However, making other changes to user information doesn't raise the
error.

I also have treemenus installed and that is getting an ImportError
with the same value, but that could be because I haven't updated
treemenus: the traceback is here: http://dpaste.com/75891/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to