This is the use case I am looking for :
- User will register on my application
- It is a note making and remainder application
- While creating remainder users will enter the time my application wants to send user an email at that time
- I have to use celery for the same I read several posts and stack overflow answers but didn't get proper answer for the same.
My application is written in Django.