On 6/26/07, Rand Bradley <[EMAIL PROTECTED]> wrote:
> This is occurring wherever I test a redirect. If I comment out the admin
> line in urls.py , the errors disappear. I am on the latest development
> version to date (5541).
>
> Any insight or help would be greatly appreciated! Thanks.

Looking at the traceback, it looks like you are having some difficulty
in working up the reverse URL mapping - specifically, something to do
with the documentation view in the admin. This could be caused if
there is some metadata on a class that is causing the automatically
generated admin views some difficulty, but it is difficult to say
exactly what is causing the problem.

I would try manually walking through the admin pages (especially the
documentation pages) in the admin view to see if you can manually trip
the error. This will at least help you narrow down the problem.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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