Closed AidanHanda closed 7 years ago
could you send the output of pip freeze command?
Django==1.10 django-annoying==0.10.3 django-bower==5.2.0 django-debug-toolbar==1.5 django-scheduler==0.8 icalendar==3.11.3 python-dateutil==2.6.0 pytz==2017.2 six==1.10.0 sqlparse==0.2.3
please try to update django-scheduler to 0.8.3 pip install django-scheduler -U
thanks
pip install django-scheduler -U seem to have worked for me.
Whenever I try to load the sample data, the "ImportError: cannot import name 'NoArgsCommand'" is being thrown.