0👍
You have to run the command python manage.py celery beat
to start your periodic task and see the results. Only you can see the print statement results of celery task in your celery shell rather than the normal Django runserver shell.
Source:stackexchange.com