This is a django single page that renders a curriculum that can be customized using django admin.
It has multiple personalized sections:
- Style
- Contact references
- Education
- Languages spoken
- Interests
- Skills
- Biography
- Working Experiences
Print screens:
In order to edit access url: /admin username: user password: CV_12345 You can edit the user and the "Me" object in order to interact personalize the cv.
In order to view the cv just access url: /web-cv/view.html
Suggestions:
- Use python 3.12.3 (not tested for other versions)
- Use Django version 5.0.6 (not tested for other versions)
sudo bash #(if necessary)
cd web_cv pip install -r requirements.txt
python manage.py runserver
To Xiaoying Riley for providing the css design. more info about it here / webpage or here / git
Tiago Pombeiro [email protected]
- Support Multi cv's
- Picture upload dynamic
- Multi-language support
- Project section
- Integrate with Linkdin
- Integrate with multiple other css templates
- Set all links to open in a new page
- Password protected cv