From d8d498347f8144ec075e76e57303e839ac9ab452 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 18 Apr 2013 13:40:45 -0400 Subject: [PATCH] [1.5.x] Fixed #20286 - Typo in static files docs. Thanks bmispelon. Backport of f71fdf83a8 from master --- docs/howto/static-files/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} 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