Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Tim Graham, 8 years ago

Component: UncategorizedDocumentation
Easy pickings: set
Type: UncategorizedBug

"Any CSS file" should have been removed in 4b0a45ce64bfa1ce39d963738ffb0af57f4517e5.

comment:2 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In db8f4624:

Fixed #26055 -- Removed an orphaned phrase in docs/howto/deployment/wsgi/modwsgi.txt.

comment:3 by Tim Graham <timograham@…>, 8 years ago

In ae39a066:

[1.8.x] Fixed #26055 -- Removed an orphaned phrase in docs/howto/deployment/wsgi/modwsgi.txt.

Backport of db8f462494d603eba922818479a87f5ddfe1a13b from master

comment:4 by Tim Graham <timograham@…>, 8 years ago

In f42ab40:

[1.9.x] Fixed #26055 -- Removed an orphaned phrase in docs/howto/deployment/wsgi/modwsgi.txt.

Backport of db8f462494d603eba922818479a87f5ddfe1a13b from master

Note: See TracTickets for help on using tickets.
Back to Top