Django: CSS file won't update
The issue was related to the fact that my browser had cached my old CSS file, therefore wouldn't show any updates. It was hard for me to solve the issue because I didn't really understand the problem.
The solution was quiet simple:
Ctrl + Shift + Del
In Chrome, you can use the above command to delete the cache, therefore allowing for the new static files to load.
Thanks for all the help.