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.
#Django and Celery
1 messages · Page 1 of 1 (latest)
Would a cron job that calls a django management command work for you?
Simplicity of cron with all the Django ORM goodness