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:07:57 -0400 |
| commit | 526a413870b9844c2279f5855ad0774edb24f971 (patch) | |
| tree | 4aad116940926dc5cf7087ffc3f70bf317a3ec6d /docs/howto/static-files | |
| parent | 233b46f93171d4a7cc279bc3f35e5a99e9a167b8 (diff) | |
Updated static files howto title to include JavaScript.
Diffstat (limited to 'docs/howto/static-files')
| -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 3185b5fdca..e9a7c7c0a1 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 |
