mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #15974 -- Correctly link to static files handling in deployment docs. Thanks, RogueBean.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3b127e3cd2
commit
d138906ad9
4 changed files with 52 additions and 44 deletions
|
@ -353,7 +353,7 @@ serving your site, the basic outline gets modified to look something like:
|
|||
* On the server, run :djadmin:`collectstatic` to copy all the static files
|
||||
into :setting:`STATIC_ROOT`.
|
||||
* Point your web server at :setting:`STATIC_ROOT`. For example, here's
|
||||
:ref:`how to do this under Apache and mod_wsgi <serving-media-files>`.
|
||||
:ref:`how to do this under Apache and mod_wsgi <serving-files>`.
|
||||
|
||||
You'll probably want to automate this process, especially if you've got
|
||||
multiple web servers. There's any number of ways to do this automation, but
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue