0

when created new model and executing makemigrations in django 1.7.2 version

django.core.exceptions.FieldError: Local field u'id' in class 'PhotoFeatureImage' clashes with field of similar name from base class 'PhotoFeature'

Linh Nguyen
  • 3,452
  • 4
  • 23
  • 67

1 Answers1

0

Remove all the migrations and migrate with a new DB. Check out this link from Django doc link

Arun Augustine
  • 1,690
  • 1
  • 13
  • 20