]> git.ozlabs.org Git - patchwork/commit
settings: Make sure to use a tuple for TEMPLATE_DIRS
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 4 Sep 2014 23:57:37 +0000 (00:57 +0100)
committerJeremy Kerr <jk@ozlabs.org>
Sun, 7 Sep 2014 12:07:42 +0000 (20:07 +0800)
commit6304acad9c3f0241c517f81319fda338a1c895b2
tree59d5d81f6c012b3c24c676e5fca69fab749608ad
parent1160600cda6214e66756c4670ca2c898f4256b1b
settings: Make sure to use a tuple for TEMPLATE_DIRS

Django 1.7 has added a check to make sure TEMPLATE_DIRS is a tuple. We
were missing a ',', the key piece to define a tuple with one element.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/settings.py