lucasgr7 / silverplate

MIT License
0 stars 3 forks source link

Create 'language' on Recipe & save ingredient objetos/models.py by button 'It's Ingredient' #2

Closed chentr closed 8 years ago

chentr commented 8 years ago

1.Create new attribute 'language' on the model Recipe 2.save ingredient objetos/models.py 'ingredient' model by click button 'It's Ingredient'

mpsk2 commented 8 years ago

You have commit that removes .pyc files. The better aproach would be to change commit that added them. There are some approaches, but as I see here these are last commit so you can remove commit, that removes pyc files (git reset --hard HEAD~1), than you can removes these files from git (git rm filename) and than commit ammend (git commit --amend).