1
0
mirror of https://github.com/django/django.git synced 2025-04-25 01:34:38 +00:00

[1.8.x] Updated static files howto title to include JavaScript.

Backport of 526a413870b9844c2279f5855ad0774edb24f971 from master
This commit is contained in:
David Gibbons 2015-09-04 00:26:11 +01:00 committed by Tim Graham
parent 5ed9616a09
commit 64410a09da

View File

@ -1,6 +1,6 @@
=================================== ====================================================
Managing static files (CSS, images) Managing static files (e.g. images, JavaScript, CSS)
=================================== ====================================================
Websites generally need to serve additional files such as images, JavaScript, 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 or CSS. In Django, we refer to these files as "static files". Django provides