AKModel.views.room module
- class AKModel.views.room.RoomCreationView(**kwargs)[source]
Bases:
AdminViewMixin
,CreateView
Admin view: Create a room
- class AKModel.views.room.RoomBatchCreationView(**kwargs)[source]
Bases:
EventSlugMixin
,IntermediateAdminView
Admin action: Allow to create rooms in batch by inputing a CSV-formatted list of room details into a textbox
This offers the input form, supports creation of virtual rooms if AKOnline is active, too, and users can specify that default availabilities (from event start to end) should be created for the rooms automatically
- form_class
alias of
RoomBatchCreationForm