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
Cannot insert the value NULL into column 'id', table 'table.dbo.django_rest_passwordreset_resetpasswordtoken'; column does not allow nulls. INSERT fails.[BUG]
#173
Open
fazialnjd opened this issue
Feb 19, 2023
· 0 comments
when I send post request to this url and send email ;
I get this error:
Cannot insert the value NULL into column 'id', table 'table.dbo.django_rest_passwordreset_resetpasswordtoken'; column does not allow nulls. INSERT fails.
How can I to fix this?
The text was updated successfully, but these errors were encountered:
Hi.
my url.py is:
when I send post request to this url and send email ;
I get this error:
How can I to fix this?
The text was updated successfully, but these errors were encountered: