All,
I've implemented Django-Q and Redis and it works great if I use Django Admin to manage everything. Now I'm ready to reproduce the functionality that Django Admin provides from within my app. I'm able manage a schedule tasks but I can't figure out how to obtain a list of what's been scheduled as well as what has successfully ran and failed.
Any thoughts on how I can access a list of what's been scheduled?