OmkarPathak / ResumeParser

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

How to permanently store the data from this website into a sqlite3 database? #57

Open pranavdrake opened 2 years ago

pranavdrake commented 2 years ago

Hi, thanks for the website. It works well.I just wanted to ask one question regarding the database in which the resume data is being stored. The parsed data from the previous resumes gets removed every time I refresh the website. What I want is for this data to be stored and not get removed even when I refresh the website. I am new to Django, so could someone help as to what changes I need to make in the code for it to permanently store data in the database.