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

./manage.py djcelerymon fails in Django 1.11

jwhitlock opened this issue · comments

./manage.py djcelerymon --help raises an error AttributeError: type object 'Command' has no attribute 'option_list'. This was deprecated in Django 1.8, with the switch from argparse to optparse, and dropped in 1.10.

Any progress on Django 1.11 compatiblity?