Re: settings.py TEMPLATES DIRS

2015-08-01 Thread Gary Roach
Thank you very much. I looked at that code for hours and didn't see the missing ) . A different set of eyes are really helpful. Gary R On Friday, July 31, 2015 at 11:59:38 PM UTC-7, Gary Roach wrote: > > Hi > > I'm using Django 1.8 and python 2-7 on a Debian Linux system. I am using > Ninja-ide

Re: settings.py TEMPLATES DIRS

2015-08-01 Thread James Schneider
You're missing a closing ) after 'templates'... -James On Jul 31, 2015 11:59 PM, "Gary Roach" wrote: > Hi > > I'm using Django 1.8 and python 2-7 on a Debian Linux system. I am using > Ninja-ide as my ide. When I enter the following in the TEMPLATES section > the settings.py file I get an invali

settings.py TEMPLATES DIRS

2015-07-31 Thread Gary Roach
Hi I'm using Django 1.8 and python 2-7 on a Debian Linux system. I am using Ninja-ide as my ide. When I enter the following in the TEMPLATES section the settings.py file I get an invalid syntax error: 'DIRS': [os.path.join(BASE_DIR, 'templates'], Since the DIRS entry is directly out of a tuto