Opened 5 years ago
Closed 5 years ago
#30730 closed Bug (worksforme)
STATICFILES_FINDERS not set.
Reported by: | Scott Calabrese Barton | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | STATICFILES_FINDERS |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Using the 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 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.
Change History (1)
comment:1 by , 5 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Summary: | STATICFILES_FINDERS not set → STATICFILES_FINDERS not set. |
Version: | 2.2 → master |
Note:
See TracTickets
for help on using tickets.
Tutorial 06 works for me, default value
STATICFILES_FINDERS
doesn't need to be set manually in a settings file.Closing per TicketClosingReasons/UseSupportChannels.