CSS not working on live Django site

Solution 1:

It was an Nginx issue. In my Jnginx config file I had the wrong path to the static files

So I had: /home/django/django_project/django_project/static/

But I needed this: /home/django/django_project/static/