﻿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
29983	Replace os.path with pathlib.Path in project template and docs	thewhisperinyourears	Jon Dufresne	Apparently there is an issue hen you are using linux (Ubuntu) and copy and paste your project to Windows. The Paths don't work. I had to change the settings in my STATICFILES_DIRS from os.path.join(BASE_DIR, 'myapp/static') to os.path.join(BASE_DIR, 'myapp', 'static')	Cleanup/optimization	closed	Core (Other)	2.0	Normal	fixed	paths, settings		Ready for checkin	1	0	1	0	0	0
