When i run makemigrations command, i got this error:
makemigrations
Traceback (most recent call last): ... django.db.migrations.exceptions.NodeNotFoundError:
Delete the file product.0002_auto_20160618_1143 migration file. and again run the following commands:
1.python manage.py makemigrations. 2.python manage.py migrate.