How can I allow user to submit a form
How can I allow user to submit a form Question: When I try to submit Table model to the database using create_table view, it throws me an error: NOT NULL constraint failed: audioApp_table.user_id after I do my own research I found out it was because I didn’t add user to the form, so I try …