Appraise icon indicating copy to clipboard operation
Appraise copied to clipboard

Crashes with Django 1.5

Open antot opened this issue 10 years ago • 0 comments

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

antot avatar Aug 27 '14 14:08 antot