[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
This commit is contained in:
parent
07c404be88
commit
6372368b56
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue