'Date based email notification in django

I am building a simple web application in Django and I wanted to add a reminder functionality to it. I decided to do with emails but the period of notifications must be specified by the user, not the admin. Are there any ways to do this? I checked celery but I am not sure that this can be implemented with it. Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source