In the Django management shell (python manage.py shell
), execute:
from init.populate_job_descriptions import load0
load0()
- User login
- Upload and Save their resume
- Show jobs recommendation
- Fuzzy search to search for jobs on their own
- Show related jobs if applied to a job
- Add/update jobs as admin login