I've recently integrated Twitter Bootstrap into my Django application, and everything looks great when I'm working on the local server at
http://127.0.0.1:8000/surveythree/
. However, once I deploy it to the production server at , the CSS seems to be missing.
I've experimented with different variations of the following link configurations:
<link href = "/static/css/bootstrap.min.css" rel = "stylesheet">
<link href = "http://phaedrus.scss.tcd.ie/bias_experiment/src/survey/static/css/bootstrap.min.css" rel = "stylesheet">
Here's how my project is set up: