manjulatern / GymProject

A basic django based application.
2 stars 4 forks source link

Total Gyms is not updated after new gym is added or deleted #15

Closed meamitacharya closed 4 years ago

meamitacharya commented 4 years ago

Steps to replicate:

  1. Go to Gym admin page
  2. Click on Add Gym
  3. Add new gym or delete existing gym

Actual Behaviour: Total number of gyms won't get updated as soon as new gym is added or deleted.

Expected Behaviour: It should get updated as soon as new gym is added or deleted.