Skip to content

Murtrag/AutoResume

Repository files navigation

AutoResume

Introduction

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.

Installation

  1. Pull project
git pull https://github.com/Murtrag/AutoResume.git
  1. Install requirements
pip3 install -r requirements.txt
  1. Make migrations
./manage.py migrate
  1. You are ready to go :)

Usage

Set up new resumé sheet

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

Set up buttons



All buttons should be initiated from `Types` section so the items and images through items manager.

Examle

Exaple generated resume:

http://murtrag.pythonanywhere.com/
http://murtrag.pythonanywhere.com/resume/hr/ff7c5d0883233d749bc718b4e915c19c/

License

MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published