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 > > w

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 template of the admin