physics_workload.app.management.commands.fixtaskfirsttime ========================================================= .. py:module:: physics_workload.app.management.commands.fixtaskfirsttime Classes ------- .. autoapisummary:: physics_workload.app.management.commands.fixtaskfirsttime.Command Module Contents --------------- .. py:class:: Command(stdout=None, stderr=None, no_color=False, force_color=False) Bases: :py:obj:`django.core.management.base.BaseCommand` Initialises the staff workloads in the database. .. py:attribute:: help :value: "Fixes imported tasks where the 'first time' value is not a bonus added, but the flat value." .. py:method:: handle(*args, **options) The actual logic of the command. Subclasses must implement this method.