Re: Django Admin base.html error

2012-02-25 Thread Timothy Makobu
That was it. Thanks a bunch. On 2/26/12, donarb 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

Re: Django Admin base.html error

2012-02-25 Thread donarb
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

Django Admin base.html error

2012-02-24 Thread Timothy Makobu
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