﻿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
32538	Easy - Small Update in Django Writing your first app 07	hkale0000	nobody	"Hello Team Django,

There is a small error on the update to be made in ""Django Writing your first app -07"" page with following URL

https://docs.djangoproject.com/en/3.1/intro/tutorial07/

On this page, under ""Customizing your project’s templates"" section please update 


{{{
'DIRS': [BASE_DIR / 'templates'], to 'DIRS': [BASE_DIR, 'templates'],
}}}

else it causes following error :
TypeError: unsupported operand type(s) for /: 'str' and 'str' base_dir

please refer the following image for further reference :
"	Cleanup/optimization	closed	Documentation	3.1	Normal	duplicate	Easy, Documentation	h.kale0000@…	Unreviewed	0	0	0	0	1	0
