#Django and Celery

1 messages · Page 1 of 1 (latest)

solid dome
#

Hello, I'm doing a little side project about automatic flowerpot, so I've made a Django project on raspberry pi and connected some sensors to it.
I've written a code that reads humidity from dirt to check if it needs water or not. But I don't know how to implement that code, should I use Celery to schedule it or should I make as a separately different script not connected to Django project.

tough vigil
#

Simplicity of cron with all the Django ORM goodness

solid dome
#

cron job actually sounds pretty good

#

I've just read the docs

#

didn't know about it

#

and it seems easier than Celery

#

thanks a lot