diff options
| author | David Gibbons <dgibbons@eircom.net> | 2015-09-04 00:26:11 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-04 08:08:22 -0400 |
| commit | 64410a09dab7a6abfce02f4c60805f462825488b (patch) | |
| tree | 467fda58869f9671d00478b6cf0ef956e0a4e3f1 /docs | |
| parent | 5ed9616a09679f1b03fd4421c5adbfab17c74efc (diff) | |
[1.8.x] Updated static files howto title to include JavaScript.
Backport of 526a413870b9844c2279f5855ad0774edb24f971 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/static-files/index.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index d05ae6afc5..7a269949ce 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -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, or CSS. In Django, we refer to these files as "static files". Django provides |
