I want to save a html form data into django model but it has a foreign key field from another model. How can I save a form which has FK field??
My models: