Closed chentr closed 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).
1.Create new attribute 'language' on the model Recipe 2.save ingredient objetos/models.py 'ingredient' model by click button 'It's Ingredient'