Make sure virtual environment is setup, and active.
Make sure requirements.txt is there, now install all the packages with below command
pip install -r requirements.txt
python manage.py runserver
Start consumer , celery worker or process to process the tasks.
celery -A core worker -l INF
celery -A core flower