Commit 6372368b authored by Carl Meyer's avatar Carl Meyer
Browse files

[1.3.X] Fixed #17123 -- corrected the path to admin static assets in 1.3 docs....

[1.3.X] Fixed #17123 -- corrected the path to admin static assets in 1.3 docs. Thanks glarrain for the report.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 07c404be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ of the admin app, but this is not the case when you use any other server
arrangement. You're responsible for setting up Apache, or whichever media
server you're using, to serve the admin files.

The admin files live in (:file:`django/contrib/admin/static/admin`) of the
The admin files live in (:file:`django/contrib/admin/media/admin`) of the
Django distribution.

We **strongly** recommend using :mod:`django.contrib.staticfiles` to handle
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ of the admin app, but this is not the case when you use any other server
arrangement. You're responsible for setting up Apache, or whichever media
server you're using, to serve the admin files.

The admin files live in (:file:`django/contrib/admin/static/admin`) of the
The admin files live in (:file:`django/contrib/admin/media/admin`) of the
Django distribution.

We **strongly** recommend using :mod:`django.contrib.staticfiles` to handle