Model instances autocreation on interval

I want to implement django models autocreation but have no clue how to do it. As example we set 1 year interval, and when it passes the model instance is automatically created.

Back to Top