0

There is a post_save signal. Need to run it no earlier than an hour after the creation of the object.

I can use time.sleep(3600), but this is not the best approach, as I understand it.

What other options are there?

  • 1
    You can use celery, maybe. –  Jun 20 '19 at 11:36
  • Thanks for the recommendation. But I never worked with `celery`. I'd love to deal with him, of course. Can someone give an example on this simple little problem? –  Jun 20 '19 at 11:38

0 Answers0