Static files in Django 1.6
问题 I'm probably doing multiple things wrong here because I still can't get static files to work correctly in my development environment despite closely following the tutorial. I have a feeling it's because it works slightly differently in Django 1.6, and I can only find answers for previous versions. Here's my directory structure: mysite ├───app1 ├───mysite │ └───templates ├───resources ├───static │ ├───css │ ├───fonts │ └───js └───app2 My installed apps, to prove I have staticfiles on: