#19879 closed New feature (fixed)
have 'findstatic' say where it is searching
| Reported by: | Chris Curvey | Owned by: | Vajrasky Kok |
|---|---|---|---|
| Component: | contrib.staticfiles | Version: | dev |
| Severity: | Normal | Keywords: | django-sprint |
| Cc: | sky.kok@… | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
it would be great if findstatic would say where it is looking. (probably with verbosity=2) that would be a great aid when debugging the various STATIC settings.
Change History (8)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 13 years ago
| Has patch: | set |
|---|---|
| Keywords: | django-sprint added |
| Owner: | changed from to |
| Status: | new → assigned |
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 by , 13 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → new |
The ticket should not be closed until the patch is actually committed in the Django Git repository.
comment:5 by , 13 years ago
| Needs documentation: | set |
|---|---|
| Needs tests: | set |
comment:6 by , 12 years ago
| Cc: | added |
|---|---|
| Needs documentation: | unset |
| Needs tests: | unset |
| Owner: | changed from to |
| Status: | new → assigned |
| Version: | 1.5-rc-1 → master |
Here is the PR with test and documentation. I based my PR on Jonas Svensson's PR.
comment:7 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Seems useful to me.