notejam
notejam copied to clipboard
TypeError: __init__() missing 1 required positional argument: 'on_delete'
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.