#26055 closed Bug (fixed)
mod_wsgi docs refer to serving CSS files as static without corresponding example
| Reported by: | Chris Cogdon | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.9 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The page https://docs.djangoproject.com/en/1.9/howto/deployment/wsgi/modwsgi/ refers to serving "any CSS file" as static, but the corresponding example does not implement that. Easy fix, for which I'll do a mod and pull request, but I'd like to know the intention:
- Remove the reference to "any CSS file", or
- Adjust the apache example to do serve CSS as static. In which case where will we point it to? the
/static/directory, or/static/css/??
Change History (4)
comment:1 by , 10 years ago
| Component: | Uncategorized → Documentation |
|---|---|
| Easy pickings: | set |
| Type: | Uncategorized → Bug |
Note:
See TracTickets
for help on using tickets.
"Any CSS file" should have been removed in 4b0a45ce64bfa1ce39d963738ffb0af57f4517e5.