I need to schedule the custom management django command. I am using windows. I tried django-crontab but that's not working. Can someone please help me with this?
In my_app here is the file "check_links" :
check_links.py
class Command(BaseCommand):
help = 'Check broken links'
def handle(self, *args, **options):
print("function executed")