failed to install django-chronograph in django 1.7
问题 I tried to install django-chronograph to django-1.7 for assigning scheduled task in my django web-app. I followed the instruction as shown here but it gives me the following error when running python manage.py makemigrations or python manage.py syncdb : user@(none):~/mysite$ python manage.py makemigrations Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py