Re: Template loader cannot find admin_doc templates

2011-09-15 Thread Piper
On Sep 16, 6:33 am, James Bennett wrote: > Worth noting that this is the first thing you're instructed to do in > the documentation for the admin docs system: > > https://docs.djangoproject.com/en/1.3/ref/contrib/admin/admindocs/ > > Might be a good idea to double-check the rest of your setup agai

Re: Template loader cannot find admin_doc templates

2011-09-15 Thread James Bennett
On Thu, Sep 15, 2011 at 8:29 PM, Piper wrote: > Solved by adding 'django.contrib.admindocs' to the INSTALLED_APPS. Worth noting that this is the first thing you're instructed to do in the documentation for the admin docs system: https://docs.djangoproject.com/en/1.3/ref/contrib/admin/admindocs/

Re: Template loader cannot find admin_doc templates

2011-09-15 Thread Piper
Solved by adding 'django.contrib.admindocs' to the INSTALLED_APPS. -- 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+un

Template loader cannot find admin_doc templates

2011-09-15 Thread Piper
Hello, I tried enabling the admin_doc system in Django 1.3.1 and I got a TemplateDoesNotExist exception as follows: [CUT] TemplateDoesNotExist at /admin/doc/ admin_doc/missing_docutils.html Request Method: GET Request URL:http://127.0.0.1:8000/admin/doc/ Django Version: 1.3.