Django – makemigrations – No changes detected
I was trying to create migrations within an existing app using the makemigrations command but it outputs “No changes detected”.
I was trying to create migrations within an existing app using the makemigrations command but it outputs “No changes detected”.
I’m planning to rename several models in an existing Django project where there are many other models that have foreign key relationships to the models I would like to rename. I’m fairly certain this will require multiple migrations, but I’m not sure of the exact procedure.
As the title says, I can’t seem to get migrations working.
I’m building a fairly simple application, research, in my Django project that uses Django-CMS. (It’s my first ground-up attempt at a project/application.) Its main purpose is to store various intellectual assets (i.e article, book, etc. written by a researcher).