LDN directory needs to be absolute to the domain, not relative.
This commit is contained in:
parent
104bdef339
commit
9a95243676
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Reference in a new issue