Opened 17 years ago
Closed 17 years ago
#5 closed (fixed)
No search path for static files
Reported by: | cmlenz | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | static | Keywords: | |
Cc: |
Description
Currently an application can provide a list of static directories to search for static file requests (under /media by default). The problem is that for production, you'd want to use a “real” web server to serve those files instead, and for that the different static dirs need to live in separate URL spaces.
So the static dirs specification should include e.g. a path prefix for every directory, and duplicate path prefixes would not be allowed.
Change History (1)
comment:1 Changed 17 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r59.