osuosl / streamwebs

Streamwebs.org website
http://streamwebs.readthedocs.io/
4 stars 1 forks source link

Fixes Server 500 when school is deleted #655

Closed jerry-peng closed 6 years ago

jerry-peng commented 6 years ago

fixes issue #651

Changes in this PR.

Testing this PR.

  1. Log in as superuser (or admin)
  2. Go to localhost:8000/admin
  3. Delete a random school.
  4. Check if any server errors occur
  5. If no server errors occur, check if the school is deactivated in database.

Expected Output.

  1. No server error
  2. The school is deleted.
$ make test
[... test output ...]

@osuosl/devs