-
activate the virtual environment
-
set the flask app by
(a) cd'ing into ./canadaAps
(b) export FLASK_APP=rentCanada.py
-
run "flask run"
-
new terminal. now run Celery.
(a) again activate the venv
(b) from project root, run
-
"celery -A canadaAps.rentCanada worker --loglevel=INFO"
** PURGE cmd ** "celery -A canadaAps.rentCanada purge"