forked from 0x2620/pandora
enable cache backend
This commit is contained in:
parent
3e14795d0b
commit
f4aa94f848
3 changed files with 11 additions and 0 deletions
|
|
@ -249,6 +249,9 @@ if __name__ == "__main__":
|
|||
update_service('pandora-tasks')
|
||||
if old < 5975:
|
||||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||
if old <= 6064:
|
||||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||
run('./pandora/manage.py', 'createcachetable')
|
||||
else:
|
||||
if len(sys.argv) == 1:
|
||||
release = get_release()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue