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, Oc

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 and