Opened 13 years ago

Closed 12 years ago

#16914 closed Bug (duplicate)

Documentation error in "Serving the admin files"

Reported by: pmountifield@… 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 Aymeric Augustin, 13 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted

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.

Last edited 13 years ago by Aymeric Augustin (previous) (diff)

comment:2 by Jannis Leidel, 13 years ago

Owner: changed from nobody to Jannis Leidel

D'oh!

comment:3 by Jannis Leidel, 12 years ago

Resolution: duplicate
Status: newclosed

Fixed already in #17123.

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