#30730: STATICFILES_FINDERS not set
-------------------------------------+-------------------------------------
Reporter: scbarton | Owner: nobody
Type: Bug | Status: new
Component: | Version: 2.2
Documentation |
Severity: Normal | Keywords: STATICFILES_FINDERS
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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.
--
Ticket URL: <https://code.djangoproject.com/ticket/30730>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/051.31c483b3f57bb18c7b849e2493dcb9f7%40djangoproject.com.