This demo was created by @oisinBates to orginally showcase the celery_progress package.
This project requires Python 3.8, and requirements are installed with pip.
You must first run migrations:
python3 manage.py migrate
Then:
python manage.py runserver 0.0.0.0:8000
- Generate an API key at api.nasa.gov and add it to a
.env
file in the root directory asNASA_API_KEY
(see .env.example). - Generate a random value for the SECRET_KEY (django security)
You can start this up with
celery -A demo_project worker -l info --concurrency=8