Using django 1.7.7 I want to use django\'s migration to add or remove a field. so I modified model.py and ran
python manage.py makemigrations myproj Migrations f
Make sure that the migrations/ folder contains a __init__.py file
migrations/
__init__.py
Lost half an hour over that.