ara-foundation / bike-rental-vietnam

Web service for renting motorbikes and services around it
0 stars 1 forks source link

back: change view for bikelist #31

Open pak-git opened 1 month ago

pak-git commented 1 month ago

now: return all brands from model need: return only uniq brands that have bikes in model

pak-git commented 1 month ago
AntonGyaltsen commented 1 month ago
  • explore: amount of all bikes of particular brand

Added to context in BikeModelListView context["total_bikes_for_brand"] = get_total_bikes_for_brand(selected_brand_id)