mirror of
https://github.com/django/django.git
synced 2025-07-19 03:05:32 +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
|
@ -272,7 +272,7 @@ following blocks." In short, that lets you dramatically cut down on redundancy
|
|||
in templates: each template has to define only what's unique to that template.
|
||||
|
||||
Here's what the "base.html" template, including the use of :doc:`static files
|
||||
</howto/static-files>`, might look like:
|
||||
</howto/static-files/index>`, might look like:
|
||||
|
||||
.. code-block:: html+django
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@ loaded in the bottom right of the screen.
|
|||
|
||||
These are the **basics**. For more details on settings and other bits included
|
||||
with the framework see
|
||||
:doc:`the static files howto </howto/static-files>` and the
|
||||
:doc:`the static files howto </howto/static-files/index>` and the
|
||||
:doc:`the staticfiles reference </ref/contrib/staticfiles>`. :doc:`Deploying
|
||||
static files </howto/static-files/deployment>` discusses how to use static
|
||||
files on a real server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue