﻿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
30730	STATICFILES_FINDERS not set.	Scott Calabrese Barton	nobody	"Using the [https://docs.djangoproject.com/en/2.2/intro/tutorial06/ tutorial part 6], with a newly installed instance of django, I discovered that the file `polls/static/polls/style.css` could not be found.  I was able to fix the problem by adding the [https://docs.djangoproject.com/en/2.2/ref/settings/#std:setting-STATICFILES_FINDERS default value] of `STATICFILES_FINDERS` to  `config.py`. 

My interpretation of this problem is that the default value was not set automatically, so it needed to be specified. Please let me know if I'm wrong. If nothing else this might be clarified in the tutorial."	Bug	closed	Documentation	dev	Normal	worksforme	STATICFILES_FINDERS		Unreviewed	0	0	0	0	0	0
