cfedermann / Appraise

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

Add language pairs attribute to users #28

Closed cfedermann closed 11 years ago

cfedermann commented 11 years ago

Add an additional "language pairs" attribute to user profiles.

This does require the addition of customised user profiles; see the Django documentation over here:

Seems this has improved greatly in Django v1.5:

cfedermann commented 11 years ago

Solved using auth.Group instances. Works nicely!