AKOnline.models module

class AKOnline.models.VirtualRoom(*args, **kwargs)[source]

Bases: Model

Database table: AKOnline_virtualroom

Add details about a virtual or hybrid version of a room to it

Parameters:

url (URLField) – URL. URL to the room or server

Relationship fields:

Parameters:

room (OneToOneField to Room) – Primary key: Room (related name: virtual)

property event

Property: Event this virtual room belongs to.

Returns:

Event this virtual room belongs to

Return type:

Event