Regarding an applicant being able to apply to the company. Need to checkout the URL <company_url>/apply and modify the view apply_into to register the applicant.
Things to do:
[x] Incorporate the modelForm.
[x] Keep a check in the view if the data is being submitted.
[x] Register the applicant into db using django models.
[x] Redirect to the advert page of a company or a thank-you page.
Regarding an applicant being able to apply to the company. Need to checkout the URL
<company_url>/apply
and modify the viewapply_into
to register the applicant. Things to do: