﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20407	use of touple instead of list in settings.configure explanation	amirwilf@…	nobody	"Hey,

I'm was trying to use Django templates and wanted to know how to configure the settings manually and I found this page:
https://docs.djangoproject.com/en/dev/topics/settings/

In ""django.conf.settings.configure(default_settings, **settings)"", in the example it says to define:
""TEMPLATE_DIRS='''(''''/home/web-apps/myapp', '/home/web-apps/base'''')'''""

from my tests and this page: http://www.djangobook.com/en/2.0/appendixD.html

it says to define:
""TEMPLATE_DIRS='''[''''/home/web-apps/myapp', '/home/web-apps/base'''']'''"""	Bug	closed	Documentation	1.5	Normal	wontfix			Unreviewed	0	0	0	0	0	0
