Static templates.

master
Nick Sergeant 2014-10-20 22:02:04 -04:00
parent 5f6e3cf8d8
commit 64237924b4
1 changed files with 2 additions and 1 deletions

View File

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