Opened 14 years ago
Closed 13 years ago
#16914 closed Bug (duplicate)
Documentation error in "Serving the admin files"
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 , 14 years ago
Easy pickings: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Version 0, edited 14 years ago by (next)
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.