adamdoty / homebaker

A baked-goods, birthday-treat, tracking app I made for my wife.
3 stars 0 forks source link

remove rating field #52

Closed bbelderbos closed 1 year ago

adamdoty commented 1 year ago

commented out all occurrences of rating so that it will be easier to add back in later

bbelderbos commented 1 year ago

It's still a field in the database though, would it be better to remove it and run a makemigration?

adamdoty commented 1 year ago

commenting should do the same thing as removing it. I ran my makemigration + migrate and its removed from my database

bbelderbos commented 1 year ago

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.