Static stuff.

master
Nick Sergeant 2014-10-20 20:55:20 -04:00
parent 5508c14e08
commit 7e292ef03e
5 changed files with 4 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -82,7 +82,6 @@ html, body {
background: #F2F2F2;
}
body {
background: green !important;
color: #666;
font: normal 14px/16px $Helvetica;
text-rendering: optimizeLegibility;

View File

@ -9,7 +9,7 @@ django-debug-toolbar==0.11.0
django-extensions==1.2.5
django-markdown-deux==1.0.4
django-pagination==1.0.7
django-storages==1.1.8
django-storages==1.1.5
django-taggit==0.10
django-tastypie==0.10.0
django-templatetag-sugar==0.1

View File

@ -11,6 +11,5 @@ import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
from django.core.wsgi import get_wsgi_application
from dj_static import Cling
application = Cling(get_wsgi_application())
application = get_wsgi_application()