Re: Built-in Reference - docutils

2008-11-17 Thread Horus Kol
James, Thanks for that - worked a treat. --~--~-~--~~~---~--~~ 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 e

Re: Built-in Reference - docutils

2008-11-17 Thread James Bennett
On Mon, Nov 17, 2008 at 10:26 PM, Horus Kol <[EMAIL PROTECTED]> wrote: > TemplateDoesNotExist at /admin/doc/ > > Anyone got any ideas? It helps to have the admin docs application (which is *not* 'django.contrib.admin', but rather 'django.contrib.admindocs') in your INSTALLED_APPS, so that its bun

Re: built-in reference

2006-01-08 Thread The Boss
You're right, I should have thought of that because thats exactly what I had to do to solve a previous problem. Thanks for the confirmation.

Re: built-in reference

2006-01-04 Thread Simon Willison
On 4 Jan 2006, at 19:42, The Boss wrote: Nevermind. It magically started working when I tried to show someone how it didn't work. It probably just needed a server restart. Django's development server code reloading stuff work's for most cases, but if you're seeing odd behaviour it's oft

Re: built-in reference

2006-01-04 Thread The Boss
Nevermind. It magically started working when I tried to show someone how it didn't work.