Re: admin template customization

2013-10-21 Thread Gavin Lowry
I had, but my path was wrong. Thanks for pointing me in the right direction. On Friday, October 18, 2013 9:20:38 PM UTC-6, Timothy W. Cook wrote: > > Did you add: > TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')] > > to settings.py ? > > > On Fri, Oct 18, 2013 at 6:47 PM, Gavin Lowry

Re: admin template customization

2013-10-18 Thread Timothy W. Cook
Did you add: TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')] to settings.py ? On Fri, Oct 18, 2013 at 6:47 PM, Gavin Lowry wrote: > I'm following the tutorial at > https://docs.djangoproject.com/en/1.5/intro/tutorial01/ > ...I'm at the stage where I can change the

admin template customization

2013-10-18 Thread Gavin Lowry
I'm following the tutorial at https://docs.djangoproject.com/en/1.5/intro/tutorial01/ ...I'm at the stage where I can change the template of the admin site. I'm instructed to copy base_site.html from the django source directory to a template/admin folder in my site directory. I have done this

Re: Tutorial: Admin Template Customization

2008-03-28 Thread Peter Rowell
On Mar 28, 2:48 pm, Evert Rol <[EMAIL PROTECTED]> wrote: > locate uses a database which doesn't always get promptly updated. > Waiting a few hours (or perhaps days) will show the correct > base_site.html as well. So locate not finding this is not an issue here. If you are root on the machine,

Re: Tutorial: Admin Template Customization

2008-03-28 Thread Evert Rol
> directory. Also, when I run locate base_site.html from within the > shell, it only returns the default base_site.html located in the > django/contrib/admin/templates/admin/ directory. When I cd into locate uses a database which doesn't always get promptly updated. Waiting a few hours (or

Tutorial: Admin Template Customization

2008-03-28 Thread [EMAIL PROTECTED]
Hello, I'm just going through the tutorial for the admin template customization and for some reason django isn't picking up the base_site.html file I copied into my /user/mytemplates/admin directory. Also, when I run locate base_site.html from within the shell, it only returns the default