You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
# This will start the huey task scheduling: https://huey.readthedocs.io/en/latest/contrib.html#django
|
|
# Make sure this script is started in the same folder as where 'clouds.yaml' is. Else Cloud connections will fail
|
|
|
|
source venv/bin/activate
|
|
./VRE/manage.py run_huey
|