add inital implementation for a websocket, disabled by default for now

This commit is contained in:
j 2015-04-28 23:05:15 +05:30
commit e7f83f674e
15 changed files with 191 additions and 2 deletions

View file

@ -120,6 +120,8 @@ if __name__ == "__main__":
]
with open('pandora/local_settings.py', 'w') as f:
f.write('\n'.join(local_settings))
if old < 4947:
run('./bin/pip', 'install', 'tornado==4.1')
else:
if len(sys.argv) == 1: