I\'m new to Django, and am trying to set up a really simple Django app.
Now, I\'m up to chapter 5 in the Django online book : http://www.djangobook.com/en/2.0/chapte
The recommended approach has changed again (from at least Django 1.5 I think).
At the top of your template put:
{% load staticfiles %}
Then, using the same directory structure (myapp/static/myapp/style.css):
myapp/static/myapp/style.css
Source