Closed bbelderbos closed 2 years ago
It's still a field in the database though, would it be better to remove it and run a makemigration?
commenting should do the same thing as removing it. I ran my makemigration + migrate and its removed from my database
Ah of course :) I don't like commented code, it feels a bit cluttered. We can always retrieve it from git if we use meaningful commit messages. Up to you but I would have deleted the code.
commented out all occurrences of rating so that it will be easier to add back in later