Antonio Toral
Antonio Toral
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,...
Appraise requires Django >=1.3 but the web app doesn't work with 1.3.1. When pointing the browser to "http://127.0.0.1:8000/appraise/" with the server running, I get the following error: ImportError at /appraise/...
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",...