Python Forum

Full Version: view_db.models [HELP]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello !

I want to code a cv-parser so I searched on the internet and found this : https://github.com/lovelyk0910/resume-pa.../parser.py

I changed it a bit so it can work on python 3 but I have a problem with one of the last line : from view_db.models import parsed_resume
There is no such module as view_db.models.

Can somebody help me with this ?
Thank for your help