I am referring to the official documentation from here.
Here is my code:
- Directory Structure:
- settings.py file
- app1/jobs.py file
- Scheduled job in django-admin panel (time is 2 minutes after the current time)
Issue
I am expecting some log messages on the console (command prompt) after the specified time. But even after waiting for more than the specified time, there are no log messages.