<head>
<title>My website</title>
<meta charset="utf-8">
{% load static from staticfiles %}
<link type="text/css" rel="stylesheet" href="{% static "mysite/css/base.css" %}" />
</head>
thats what i use in my template. Everything is fine when debug sets true, but when i flip it to false, and set allowed_hosts to '*' (for testing), the css and static files are not working..