AKSolverInterface.views module
- class AKSolverInterface.views.AKJSONExportView(**kwargs)[source]
Bases:
EventSlugMixin,AdminViewMixin,FormViewView: Export all AK slots of this event in JSON format ordered by tracks
- form_class
alias of
JSONExportControlForm
- class AKSolverInterface.views.AKScheduleJSONImportView(**kwargs)[source]
Bases:
EventSlugMixin,IntermediateAdminViewView: Import an AK schedule from a json file that can be pasted into this view.
- form_class
alias of
JSONScheduleImportForm