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:41:55 -0400 |
| commit | f71fdf83a8959f1b2131965cd893925d91ce81bc (patch) | |
| tree | 5dc57649d34b1281c1af5c45e93184bdcead9c7c /docs/howto/static-files | |
| parent | 93c1576f17f6c5ee73f94f8de007f3c33010dc81 (diff) | |
Fixed #20286 - Typo in static files docs.
Thanks bmispelon.
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 |
