You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name = models.ForeignKey(AUTH_USER_MODEL, verbose_name=_('User'), null=True) TypeError: __init__() missing 1 required positional argument: 'on_delete'
i am getting this error
The text was updated successfully, but these errors were encountered:
name = models.ForeignKey(AUTH_USER_MODEL, verbose_name=_('User'), null=True) TypeError: __init__() missing 1 required positional argument: 'on_delete'
i am getting this error
The text was updated successfully, but these errors were encountered: