Django Ignoring invalid foreign key with migrate?

Viewed 32

When I do the migrate I get the below error. can I ignore it to continue the migration.

django.db.utils.IntegrityError: The row in table 'pages_dataupload' with primary key '15734098' 
has an invalid foreign key: pages_dataupload.Customer_Address_id contains a value '' that 
doesn't have corresponding value in pages_bo
0 Answers
Related