forked from 0x2620/pandora
init.js->pandora.js
This commit is contained in:
parent
c01ca5f0d8
commit
a1d9a08e36
4 changed files with 5 additions and 6 deletions
|
|
@ -64,7 +64,7 @@ def update_static():
|
|||
|
||||
data = ''
|
||||
js = []
|
||||
pandora_js = os.path.join(settings.STATIC_ROOT, 'js/pandora.js')
|
||||
pandora_js = os.path.join(settings.STATIC_ROOT, 'js/pandora.min.js')
|
||||
pandora_json = os.path.join(settings.STATIC_ROOT, 'json/pandora.json')
|
||||
for root, folders, files in os.walk(os.path.join(settings.STATIC_ROOT, 'js/pandora')):
|
||||
for f in files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue