You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the database models defined in resume/models.py are lowercase model names (eg experience , education etc)
It would be good if these model names were modified to something like this EducationModel , ExperienceModel etc.
A tablename should be added to these models and also the corresponding models names in other parts of the code should be modified similarly.
The different models present are
userdetails
education
experience
projects
skills
achievements
To contribute send a PR with modifications in one of the above mentioned models of your choice , do not modify multiple models at a single PR.
Currently the database models defined in resume/models.py are lowercase model names (eg experience , education etc)
It would be good if these model names were modified to something like this EducationModel , ExperienceModel etc.
A tablename should be added to these models and also the corresponding models names in other parts of the code should be modified similarly.
The different models present are
To contribute send a PR with modifications in one of the above mentioned models of your choice , do not modify multiple models at a single PR.
Check UserModel
Resume-Generator/resume/models.py
Line 12 in 97e3b2d
The text was updated successfully, but these errors were encountered: