To Install:
-
Clone project:
git clone [email protected]:samgclarke/celery-demo.git
-
Install dependencies:
pip install -r requirements.txt
-
Run Flask development server:
python runserver.py
-
In a seperate terminal (but the same virtualenv, at the root of this project), run a celery worker:
celery worker -A app.celery --log-level=debug
-
Navigate to 127.0.0.1:5000 in your browser, and open the dev console to see some (maybe) meaningful messages.