Appraise icon indicating copy to clipboard operation
Appraise copied to clipboard

Crashes with Django 1.6.1

Open antot opened this issue 10 years ago • 0 comments

Appraise crashes with Django 1.6.1 (the version of Django included in Ubuntu 14.04).

When running "python manage.py syncdb", I get the following error:

Traceback (most recent call last): File "manage.py", line 7, in from django.core.management import execute_manager ImportError: cannot import name execute_manager

antot avatar Aug 27 '14 10:08 antot