a couple of fixmes, that kinda undermine the whole idea.
This commit is contained in:
parent
0d380cd8fc
commit
a23f22dd09
1 changed files with 3 additions and 0 deletions
|
@ -147,8 +147,11 @@ class Command(BaseCommand):
|
|||
end=end_time,
|
||||
exclusive=exclusive)
|
||||
|
||||
# FIXME update the preso.slot, e.g. if the day/time changes
|
||||
|
||||
preso.save()
|
||||
|
||||
# FIXME what happens if the room changes?
|
||||
slotroom, _create = SlotRoom.objects.get_or_create(
|
||||
slot=preso.slot,
|
||||
room=self.rooms[room_name])
|
||||
|
|
Loading…
Reference in a new issue