mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #19897 - Updated static files howto.
Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing.
This commit is contained in:
parent
c32fc79aa1
commit
6c730da1f6
22 changed files with 340 additions and 481 deletions
|
@ -113,7 +113,7 @@ Static files are automatically served by the development server. In
|
|||
production, you must define a :setting:`STATIC_ROOT` directory where
|
||||
:djadmin:`collectstatic` will copy them.
|
||||
|
||||
See :doc:`/howto/static-files` for more information.
|
||||
See :doc:`/howto/static-files/index` for more information.
|
||||
|
||||
:setting:`MEDIA_ROOT` and :setting:`MEDIA_URL`
|
||||
----------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue