Kaydet (Commit) 442ab475 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Edited deployment doc changes from [17338]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17421 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst ead8a869
...@@ -299,7 +299,7 @@ Django distribution. ...@@ -299,7 +299,7 @@ Django distribution.
We **strongly** recommend using :mod:`django.contrib.staticfiles` to handle the We **strongly** recommend using :mod:`django.contrib.staticfiles` to handle the
admin files (this means using the :djadmin:`collectstatic` management command admin files (this means using the :djadmin:`collectstatic` management command
to collect the static files in :setting:`STATIC_ROOT`, and then configuring to collect the static files in :setting:`STATIC_ROOT`, and then configuring
your webserver to serve :setting:`STATIC_ROOT` at :setting:`STATIC_URL`), but your Web server to serve :setting:`STATIC_ROOT` at :setting:`STATIC_URL`), but
here are two other approaches: here are two other approaches:
1. Create a symbolic link to the admin static files from within your 1. Create a symbolic link to the admin static files from within your
......
...@@ -162,7 +162,7 @@ Django distribution. ...@@ -162,7 +162,7 @@ Django distribution.
We **strongly** recommend using :mod:`django.contrib.staticfiles` to handle the We **strongly** recommend using :mod:`django.contrib.staticfiles` to handle the
admin files (along with a Web server as outlined in the previous section; this admin files (along with a Web server as outlined in the previous section; this
means using the :djadmin:`collectstatic` management command to collect the means using the :djadmin:`collectstatic` management command to collect the
static files in :setting:`STATIC_ROOT`, and then configuring your webserver to static files in :setting:`STATIC_ROOT`, and then configuring your Web server to
serve :setting:`STATIC_ROOT` at :setting:`STATIC_URL`), but here are three serve :setting:`STATIC_ROOT` at :setting:`STATIC_URL`), but here are three
other approaches: other approaches:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment