Skip to content

Commit

Permalink
[1.3.X] Fixed #17123 -- corrected the path to admin static assets in …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
carljm committed Oct 27, 2011
1 parent 07c404b commit 6372368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/howto/deployment/modpython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/deployment/modwsgi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6372368

Please sign in to comment.