# -*- coding: utf-8 # Copyright 2005 by Meelis Mets SKINS_DIR = 'skins' PROJECT_NAME = 'Eportfolio' GLOBALS = globals() ROLES = ['Student','Center of Pedagogical Practice','Chief Methodologist','Methodologist','School','Lecturer'] SUBJECTS = ['Eelpraktika','Eesti keel', 'Vene keel', 'Saksa keel', 'Ajalugu', 'Matemaatika', 'Muusika', 'Geograafia', 'Bioloogia', 'Füüsika'] PERMISSIONS = {'worksheetOverView':['Manager','Center of Pedagogical Practice','Lecturer'],'worksheetStudentView':['Manager','Student','School'],'notInTaskList':['Manager','Lecturer','Center of Pedagogical Practice',]}