LDN directory needs to be absolute to the domain, not relative.

This commit is contained in:
Joseph Schorr 2015-09-08 14:31:28 -04:00
parent 104bdef339
commit 9a95243676

View file

@ -2,7 +2,7 @@ import urllib2
import re
import os
LOCAL_DIRECTORY = 'static/ldn/'
LOCAL_DIRECTORY = '/static/ldn/'
EXTERNAL_JS = [
'code.jquery.com/jquery.js',