kailashchoudhary11 / imgman

imgman is an image manipulation website which provides options for converting an image to blur, black and white, grayscale, pdf
https://imgman.herokuapp.com/
MIT License
32 stars 47 forks source link

Deleting the Image Files After 30 minutes #53

Open kailashchoudhary11 opened 2 years ago

kailashchoudhary11 commented 2 years ago

Delete the SinImage Model After 30 minutes of creation and also delete the image file associated with it. Write a Custom Management Command. Use Cron For scheduling the task.

LoganTann commented 2 years ago

Hello, this is an interesting project ! I don't know django, but a few friends told me it's a very cool framework too.

I think I will join the discord and start working on it during next week

kailashchoudhary11 commented 2 years ago

Hello, this is an interesting project ! I don't know django, but a few friends told me it's a very cool framework too.

I think I will join the discord and start working on it during next week

Great! Let me know If you want to discuss something

highb33kay commented 2 years ago

Assign me @kailashchoudhary11

LoganTann commented 2 years ago

Hi @highb33kay I see you were assigned to this issue, finally I don't think I will work on it.

Just sharing you some useful notes :

UjjwalAggarwal-1 commented 2 years ago

how about celery?

kailashchoudhary11 commented 2 years ago

how about celery?

How will you integrate it with heroku?

UjjwalAggarwal-1 commented 2 years ago

can't say. No idea. Less experience in deploying