Wednesday, September 10, 2014¶
Morning¶
The default value for the show_appointments parameter of
ml.cal.EventsByDay
is now again “Yes”.
Added a new fabfile.py
configuration option
apidoc_exclude_pathnames. And then use it in Lino’s
fabfile.py
to exclude the projects
directory. A
disadvantage of Django is that you cannot generate Sphinx
documentation for multiple projects during a same Python process.
Lino Welfare “à la Châtelet”
(lino_welfare.chatelet.lib.courses
) now adds two new
states “Started” and “Finished” to EnrolmentStates. This is an
example of how to extend a ChoiceList.
Evening¶
Fixed a bug which caused an AttributeError “‘State’ object has no attribute ‘uses_a_place’”.