celery / django-celery

Old Celery integration project for Django

Home Page:http://celery.github.com/django-celery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

djcelerymon: AttributeError: type object 'Command' has no attribute 'option_list'

dataspider99 opened this issue · comments

File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/djcelery/management/commands/djcelerymon.py", line 32, in
class Command(CeleryCommand):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/djcelery/management/commands/djcelerymon.py", line 37, in Command
tuple(ev.get_options()) +
AttributeError: type object 'Command' has no attribute 'option_list'

Not able to run celerymon