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.5 #44

Open antot opened 10 years ago

antot commented 10 years ago

The web application crashes with Django 1.5. This is the error shown in the browser:

NoReverseMatch at /appraise/

'url' requires a non-empty first argument. The syntax changed in Django 1.5, see the docs.

Request Method: GET Request URL: http://127.0.0.1:8000/appraise/ Django Version: 1.5 Exception Type: NoReverseMatch Exception Value:

'url' requires a non-empty first argument. The syntax changed in Django 1.5, see the docs.

Exception Location: /usr/local/lib/python2.7/dist-packages/django/template/defaulttags.py in render, line 402 Python Executable: /usr/bin/python Python Version: 2.7.6 Python Path:

['/home/a/software/Appraise-Software/appraise', '/usr/local/lib/python2.7/dist-packages/langid-1.1.4dev-py2.7.egg', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PILcompat', '/usr/lib/python2.7/dist-packages/gst-0.10', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client']

Server time: Wed, 27 Aug 2014 16:09:03 +0200