Forums

Unable to make migrations (Django)

I've just made changes to my Django accounts model and saved them, however when I try to run 'makemigrations' from the bash console, it returns "No changes detected". How do I resolve this? I've verified that the changes have been effectuated by using 'cat' to read the contents of the python files from bash.

Does Django know about that models? Is it in the app that is added to the settings?

Yes, it is. The changes were detected today, and I was able to run 'makemigrations' . So the issue is resolved now.

Glad to hear that!