Opened 17 years ago
Closed 17 years ago
#4455 closed (fixed)
MEDIA_ROOT_URL does not exist
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I think environment MEDIA_ROOT_URL mentioned does not exist.
it could be MEDIA_ROOT or MEDIA_URL.
SERVING STATIC FILES WITH THE DEVELOPMENT SERVER By default, the development server doesn’t serve any static files for your site (such as CSS files, images, things under MEDIA_ROOT_URL and so forth). If you want to configure Django to serve static media, read the serving static files documentation.
Note:
See TracTickets
for help on using tickets.
(In [5418]) Fixed #4455 -- Small typo fix.