Observed Behaviour
Currently, even if you haven't changed the models for gymkhana module, still on makemigrations new migrations are created.
Expected Behaviour
If there is no change in the models, no migrations should be made.
Steps to reproduce the problem
Run(multiple times) python manage.py makemigrations
