cfedermann / Appraise

Appraise evaluation system for manual evaluation of machine translation output
http://www.appraise.cf/
BSD 3-Clause "New" or "Revised" License
73 stars 37 forks source link

Crashes with Django 1.6.1 #42

Open antot opened 10 years ago

antot commented 10 years ago

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