mirror of
https://github.com/django/django.git
synced 2025-11-03 21:25:09 +00:00
Fixed #14514 -- fixed a typo in the static files docs, thanks to Andy McKay for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6be00774a4
commit
ec80e55cac
1 changed files with 2 additions and 2 deletions
|
|
@ -222,7 +222,7 @@ see :ref:`staticfiles-development-view`.
|
||||||
Serving static files in production
|
Serving static files in production
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
The basic outline of putting static files into production a simple: un the
|
The basic outline of putting static files into production is simple: run the
|
||||||
:djadmin:`collectstatic` command when static media changes, then arrange for the
|
:djadmin:`collectstatic` command when static media changes, then arrange for the
|
||||||
collected media directory (:setting:`STATICFILES_ROOT`) to be moved to the media
|
collected media directory (:setting:`STATICFILES_ROOT`) to be moved to the media
|
||||||
server and served.
|
server and served.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue