AutoResume is a simle resumé generator. It is built to provide programers an easy way to generate a resumé and if necessary adjust template to his or her needs.
The vision of AutoResume is to built a free tool to generate resumés with 100% flexibility by providing an access to its code so everyone can reaarange it however it floots his boat.
- Pull project
git pull https://github.com/Murtrag/AutoResume.git
- Install requirements
pip3 install -r requirements.txt
- Make migrations
./manage.py migrate
- You are ready to go :)
One should manage resumés data from django admin http://project-address.com/admin
- In Basic Info view we can create a brand new resumé sheet
- In Git hub buttos we can attach a link address to our git hub button
- New Sections should be created in Sections view and all its sub elements
- Graph items, List items & Section content are sub models of Sections and you can visit this places in order to modify already created elements of Section
NOTE: When you create a section element and create new section content element it shouldn't have all fields filled up but only those related to Section's section type
field
so for text
value you should fill up only Section type's
Text field, for list
value list item field and for graph
graph item
All buttons should be initiated from `Types` section so the items and images through items manager.
Exaple generated resume:
http://murtrag.pythonanywhere.com/
http://murtrag.pythonanywhere.com/resume/hr/ff7c5d0883233d749bc718b4e915c19c/
MIT License.