Django Migrate

Hello,

After model change, makemigration and migrate is not working (No change detected shows)

If this is a question requesting assistance, we’re going to need to see a lot more detail. (I suggest you read How do I ask a good question? - Help Center - Stack Overflow to get some ideas for the future.)

What did the model look like before the change was made?
What does the model look like now?
Did previous makemigrations work for that model?
What is the complete command line used for makemigrations?
Were there any other changes made at the same time as this model change?