mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Refs #32880 -- Made remaining titles consistent in how-to documents.
Follow up to 22fbebc744
.
This commit is contained in:
parent
7c30bdbdb1
commit
f331eba6d5
4 changed files with 12 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
======================
|
||||
Deploying static files
|
||||
======================
|
||||
==========================
|
||||
How to deploy static files
|
||||
==========================
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
====================================================
|
||||
Managing static files (e.g. images, JavaScript, CSS)
|
||||
====================================================
|
||||
=========================================================
|
||||
How to manage static files (e.g. images, JavaScript, CSS)
|
||||
=========================================================
|
||||
|
||||
Websites generally need to serve additional files such as images, JavaScript,
|
||||
or CSS. In Django, we refer to these files as "static files". Django provides
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue