Re: contrib admin and admindocs problem

2008-10-13 Thread Michael Graz
Yes, my original analysis was wrong. The problem was due to a non-existing function specified as url handler. Thanks, -Mike On Sun, Oct 12, 2008 at 11:58 AM, James Bennett <[EMAIL PROTECTED]>wrote: > > On Sun, Oct 12, 2008 at 5:51 AM, Nash <[EMAIL PROTECTED]> wrote: > > I get this error, you ca

Re: contrib admin and admindocs problem

2008-10-12 Thread James Bennett
On Sun, Oct 12, 2008 at 5:51 AM, Nash <[EMAIL PROTECTED]> wrote: > I get this error, you can see a paste here: http://dpaste.com/83932/ > The admin site doesn't work on production at all, on the testserver it > works after a refresh. You appear to have an error in your own code, as evidenced by t

Re: contrib admin and admindocs problem

2008-10-12 Thread Nash
I get this error, you can see a paste here: http://dpaste.com/83932/ The admin site doesn't work on production at all, on the testserver it works after a refresh. On Oct 11, 4:40 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Fri, Oct 10, 2008 at 4:45 PM, Michael Graz <[EMAIL PROTECTED]>wrote

Re: contrib admin and admindocs problem

2008-10-10 Thread Karen Tracey
On Fri, Oct 10, 2008 at 4:45 PM, Michael Graz <[EMAIL PROTECTED]>wrote: > Greetings, > > The contrib.admin module depends on the contrib.admindocs module due to "{% > url django-admindocs-docroot as docsroot %}" being part of the admin > base.html template. However there is a problem with the fol

contrib admin and admindocs problem

2008-10-10 Thread Michael Graz
Greetings, The contrib.admin module depends on the contrib.admindocs module due to "{% url django-admindocs-docroot as docsroot %}" being part of the admin base.html template. However there is a problem with the following usage: urlpatterns = patterns('', (r'^admin/doc/', include('django.con