AKSolverInterface.views module

class AKSolverInterface.views.AKJSONExportView(**kwargs)[source]

Bases: EventSlugMixin, AdminViewMixin, FormView

View: Export all AK slots of this event in JSON format ordered by tracks

model

alias of Event

form_class

alias of JSONExportControlForm

class AKSolverInterface.views.AKScheduleJSONImportView(**kwargs)[source]

Bases: EventSlugMixin, IntermediateAdminView

View: Import an AK schedule from a json file that can be pasted into this view.

form_class

alias of JSONScheduleImportForm