I want to have a vehicle comparison view for my Django app where the user checks off several vehicles from the list then all the chosen vehicles are displayed on another page with their individual features alongside each other.
How should I go about this?