tl-its-umich-edu / remote-office-hours-queue

Virtual queuing tool supporting Zoom video conferencing and/or in person meetings.
https://officehours.it.umich.edu/
Apache License 2.0
12 stars 28 forks source link

Fixes #529 - Adding a model to prevent Django from managing the view #530

Closed jonespm closed 1 month ago

jonespm commented 4 months ago

@jxiao21 This should fix one of the migrations you're seeing. I think the other one is going to require removing bluejeans but I'll have to look more into it.

jonespm commented 1 month ago

Hi @zqian. The idea of this was to prevent Django from trying to creating migration files for this.

There is already a migration to create this view, it was done manually in https://github.com/tl-its-umich-edu/remote-office-hours-queue/blob/master/src/officehours_api/migrations/0025_meeting_start_logs_view.py rather than through Django so this change will have Django ignore this and not try to drop the table.