OmkarPathak / ResumeParser

A simple resume parser used for extracting information from resumes
MIT License
284 stars 164 forks source link

Can't find how to solve this #54

Closed smriti1313 closed 2 years ago

smriti1313 commented 2 years ago

There is an issue and I cannot find how to solve it. Below are the steps I followed:

Firstly, I cloned this repo and then created a virtual venv in the directory. Secondly, I simply pip installed the requirements.txt. Later, I ran 3 commands:

python resume_parser/manage.py makemigrations
python resume_parser/manage.py migrate
python resume_parser/manage.py runserver

After visiting 127.0.0.1 and submitting a CV the below error shows up. Could anyone please help me with that?

image

image