From 6372368b563404ad2011ef12bf65ec9fce6a59dc Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 27 Oct 2011 16:10:08 +0000 Subject: [PATCH] [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 --- docs/howto/deployment/modpython.txt | 2 +- docs/howto/deployment/modwsgi.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/deployment/modpython.txt b/docs/howto/deployment/modpython.txt index f5030e9c75..75bdcd51cf 100644 --- a/docs/howto/deployment/modpython.txt +++ b/docs/howto/deployment/modpython.txt @@ -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 diff --git a/docs/howto/deployment/modwsgi.txt b/docs/howto/deployment/modwsgi.txt index de3a5b63aa..99cdbd1f28 100644 --- a/docs/howto/deployment/modwsgi.txt +++ b/docs/howto/deployment/modwsgi.txt @@ -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