-1

I am working on a django project where I'm suppose to check a date with today's date and if it's difference is of 1 month then there should happen something. Is there any method or any thing that can help me pls do help me.

1 Answers1

1

You can make use of Django's management commands by writing your own, and then you can call it periodically via a cronjob.

andreihondrari
  • 5,743
  • 5
  • 30
  • 59