batch item/documents edit
This commit is contained in:
parent
38315e0c60
commit
0a4c507346
12 changed files with 879 additions and 510 deletions
|
|
@ -262,6 +262,8 @@ def update_static():
|
|||
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')):
|
||||
for f in files:
|
||||
if f.startswith('._'):
|
||||
continue
|
||||
f = os.path.join(root, f)
|
||||
#ignore old embed js file
|
||||
if 'js/embed/' in f:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue