Redis – Django-Q schedule nonetype error with custom function
I'm trying to create some scheduled tasks in my Django project using Django-Q. The problem is that every schedule task fails raising next exception: 'NoneType' object is not callable : Traceback (most recent call last): File "/home/ubuntu/.virtualenvs/gamesquare-pre/lib/python3.6/site-packages/django_q/cluster.py", line 432, in…