Friday, June 26, 2020

I worked on #3633. Lino has a new admin command passwd. And I reviewed the User management à la Lino page.

I like the click package, which we use extensively for getlino. I wanted to use this package also for the passwd command. But ouch! django-admin commands have special requirements! No problem: I discovered django-click, which is exactly what I needed now.

Yes, Lino now requires both click and clint, which is a bit redundant. TODO: convert checkdata to also use django-click instead of clint.