That was it. Thanks a bunch.

On 2/26/12, donarb <don...@nwlink.com> wrote:
> Try this first. Check your urlconf and make sure that all routes lead
> to actual methods. Like if you have a url that points to something
> like myapp.views.index, make sure that there is actually an index
> method in views.py.
>
> This error bites everyone eventually, since people get ahead of
> themselves and create urls before the associated methods. Then when
> you turn on the admin app, it crashes because admin requires reverse
> url resolutions. The fix is to just create empty methods or
> temporarily  comment out unused urls.
>
> On Feb 24, 3:29 am, Timothy Makobu <makobu.mwambir...@gmail.com>
> wrote:
>> I think I just stumbled onto a Django Admin base.html bug. Here is
>> the stack-trace:
>>
>> http://dpaste.org/fYuEw/
>
> --
> 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.
>
>

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

Reply via email to