In my project directory while I was trying to update my code I have accidentally remove the migrations folder of my app, now that I have modified the models and when I use python manage.py makemigrations I get the following message:
Operations to perform:
    Apply all migrations: app_label
Running migrations:
   No migrations to apply.
I have already run this before migrating python manage.py makemigrations app_label
 
     
     
     
    