Files @ 283aa5d22bb2
Branch filter:

Location: symposion_app/fixtures/conference.json

Clinton Roy
make a slot for exclusive events with no allocated rooms, things like food breaks.
[
{
  "model": "symposion_conference.conference",
  "pk": 1,
  "fields": {
    "title": "linux.conf.au 2020",
    "start_date": "2020-01-13",
    "end_date": "2020-01-17",
    "timezone": "Australia/Brisbane"
  }
}
]