We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c1576 commit f71fdf8Copy full SHA for f71fdf8
docs/howto/static-files/index.txt
@@ -32,7 +32,7 @@ Configuring static files
32
{% load staticfiles %}
33
<img src="{% static "my_app/myexample.jpg" %}" alt="My image"/>
34
35
-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
36
example ``my_app/static/my_app/myimage.jpg``.
37
38
Now, if you use ``./manage.py runserver``, all static files should be served
0 commit comments