Opened 13 years ago
Closed 13 years ago
#16914 closed Bug (duplicate)
Documentation error in "Serving the admin files"
Reported by: | Owned by: | Jannis Leidel | |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
See the page https://docs.djangoproject.com/en/1.3/howto/deployment/modwsgi/#serving-the-admin-files
The line "The admin files live in (django/contrib/admin/static/admin) of the Django distribution." is incorrect, since these files actually live in django/contrib/admin/media and there is a special case the in static files AppStaticStorage class which looks in "media" instead and prefixes with "admin"
Change History (3)
comment:1 by , 13 years ago
Easy pickings: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
Indeed, the media files still live in
django/contrib/admin/media
in Django 1.3. This error was introduced at r16492.The fix must be done only on the 1.3.X branch; the docs are correct for trunk.