Change the version query params to force re-loads from cache.
1.1 --- a/agdj/core/templates/base.html Sun Feb 01 02:05:35 2009 -0500
1.2 +++ b/agdj/core/templates/base.html Sun Feb 01 02:07:05 2009 -0500
1.3 @@ -5,7 +5,7 @@
1.4 <title>{% block title %}{% endblock %}</title>
1.5 {% spaceless %}
1.6 {% block styles %}
1.7 -<link rel="stylesheet" type="text/css" href="/static/css/agdj-complete.css?version=063ef5560a73">
1.8 +<link rel="stylesheet" type="text/css" href="/static/css/agdj-complete.css?version=41bb13fc4f7d">
1.9 <link rel="stylesheet" type="text/css" href="/static/css/960.css">
1.10 {% block pygments_css %}{% endblock %}
1.11 {% endblock %}