komarserjio/notejam

TypeError: __init__() missing 1 required positional argument: 'on_delete'

1160545 opened this issue · 1 comments

I am getting this error when i am running manage.py migration command please help me

I have tried this models.ForeignKey(Board, on_delete=models.CASCADE, related_name='topics') but not able to resolve the error.