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

Can't create new evaluation tasks #64

Open Nolanogenn opened 3 years ago

Nolanogenn commented 3 years ago

Hello, I can't access the page to add our own evaluation task.

I'm currently using Python 2.7 and followed the solution found at https://github.com/cfedermann/Appraise/issues/51#issuecomment-712405594. But once I'm in the adming backend, all I see is "Auths", "Sistes" and wmt16 related actions.

If I try going to 127.0.0.1:8000/appraise/adming/evaluation/ I get

Page Not Found (404)
Request Method: GET
Request URL: http://127.0.0.1:8000/appraise/admin/evaluation/

The Requested admin page does not exist.

With Django not trying any other URL patterns.

Thanks in advance.

snukky commented 3 years ago

Hi, I would recommend you to try the most recent version that we develop at https://github.com/AppraiseDev/Appraise and check if the issue persists.