Roman
Roman
I am having problems with simple inheritance. Here is my models.py: ``` class BaseSegment(models.Model): name = models.CharField(max_length=256, verbose_name=_("Name"), unique=True) class Segment(BaseSegment): label = models.CharField(max_length=256, verbose_name=_("Label"), default='') description = models.TextField(verbose_name=_("Description"), default='')...
So I have the gymnasticon running with ANT+ on a RPi Zero W, connecting to IC4. IC4 has difficulty levels from 1-100. When I start pedalling at 32 difficulty, the...
As requested in #211. A new hotkey is added that is called "Open calendar tab". No default key is set.