Skip to content

You can use this custom application to build resume and eventually print as a PDF or share as a link with anyone.

Notifications You must be signed in to change notification settings

dostogircse171/django-cv-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django CV Builder

You can use this custom Django application to build resume and eventually print as a PDF or share as a link with anyone.

Application Main Menu

Final Generated Resume Sample

Installation

  1. Clone the repository
git clone https://github.com/ozntel/django-cv-builder.git
  1. Install all required packages from requirements.txt
pip install -r requirements.txt
  1. Complete all of the migrations
python manage.py makemigrations
python manage.py migrate
  1. Create a super user for yourself
python manage.py createsuperuser
  1. Collect all static files in static folder
python manage.py collectstatic
  1. Run your server
python manage.py runserver
  1. If you want to use a template color other than blue, Go to Admin page > Templates > Add the the name of below templates, which you want to use color of:
  • "Default Blue"
  • "Default Green"
  • "Default Maroon"
  • "Default Steelblue"
  • "Default Violet"

Note: To be able to use the print function from the server, you need to initially install wkhtml2pdf in your machine. In linux, you can use the following command to be able to install:

sudo apt-get install -y wkhtmltopdf xvfb

Otherwise, the view created for downloading the PDF version of the CV will create an error. However, you can always print the CV using Google Chrome's built-in "Print to PDF" functionality.

If you liked the application, you can always show your appreciation by starring my repo :)

In case you have any trouble, you can reach me out directly using the below link:

https://www.ozan.pl/contact/

Cheers, Ozan Tellioglu

About

You can use this custom application to build resume and eventually print as a PDF or share as a link with anyone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 90.8%
  • HTML 6.5%
  • Python 2.7%