Comment 1 for bug 768885

Revision history for this message
Gediminas Paulauskas (menesis) wrote :

You need https://launchpad.net/schooltool.gradebook/+release/0.9.0

Then if you add the following lines to instance/site.zcml::

  <exclude package="schooltool.lyceum.journal" file="meta.zcml" />
  <exclude package="schooltool.lyceum.journal" />

the Journal will be not available, Absences reports gone, and Gradebook reports work.

------

Alternatively, if you use https://launchpad.net/schooltool.release , edit buildout.cfg and remove schooltool.lyceum.journal from
[scripts]
eggs = ...

------

If you have your own instance type, e.g. CanDo, Zambia or Cambodia, and don't want the Journal

* remove schooltool.lyceum.journal from install_requires in setup.py
* remove <include package="schooltool.lyceum.journal" /> from configure.zcml
* if you use schooltool.standard or z3c.autoinclude, you may need the exclude lines above