horizon css missing in mitaka
Hi,
I am pulling the stable/mitaka horizon build from git repository.
I'm going to start work on developing a few custom dashboards, but I wanted to get everything working with our existing setup.
I've installed prerequisites horizon already and am running a test server via the manage.py script.
I am noticing some 404 errors on a single CSS file, which causes the page formatting to get completely trashed. I"ve never had this problem before until recent.
Running from this: python manage.py runserver -v 3 0.0.0.0:8000
Page loads but I'm getting some 404s (this is after collectstatic and compress): [22/Aug/2016 10:31:50] "GET /static/dashboard/css/6559704471bc.css HTTP/1.1" 404 1819
I'm not sure what the deal is here. For some reason I am missing a stylesheet and I cannot figure out why yet.