diff options
| author | Tim Graham <timograham@gmail.com> | 2013-04-18 13:40:45 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-04-18 13:42:46 -0400 |
| commit | d8d498347f8144ec075e76e57303e839ac9ab452 (patch) | |
| tree | c8e23c86a0b42c0684b21aa23eab5f3c10312d81 /docs/howto/static-files | |
| parent | 807264ed8d04f3ef2755f68f581cf5f0d03817dc (diff) | |
[1.5.x] Fixed #20286 - Typo in static files docs.
Thanks bmispelon.
Backport of f71fdf83a8 from master
Diffstat (limited to 'docs/howto/static-files')
| -rw-r--r-- | docs/howto/static-files/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index 2c98566e88..a26fc04cc9 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -32,7 +32,7 @@ Configuring static files {% load staticfiles %} <img src="{% static "my_app/myexample.jpg" %}" alt="My image"/> -3. Store your static files in a folder called ``static`` in your app. For +4. Store your static files in a folder called ``static`` in your app. For example ``my_app/static/my_app/myimage.jpg``. Now, if you use ``./manage.py runserver``, all static files should be served |
