Feat/Add checkbox for destinations opened filtering
Add checkbox to only filter on open destinations
Breaking change: denormalized info shape has changed to recompute it after the rebase :
make shell_backend
./manage.py shell
from backend_app.models.university import update_denormalized_univ_field
update_denormalized_univ_field()
Edited by Imane Misrar