Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.37 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.37 KB

Django CV Generator

DjangoPythonUdemyBootstrap

Unlock your knowledge with this amazing custom beginner Django application, designed specifically for honing your skills in creating a CV builder. Explore the realm of Django as you delve into the art of crafting your very first CV builder project. Immerse yourself in the magic of customization by adding more icons, styles, and logic to elevate your learning experience. Let your imagination soar and embark on a journey to become a master of CV building!

Installation

  1. Clone the repository
git clone https://github.com/RalitsaTerzieva/cv-generator
  1. Install all required packages

  2. 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. Run your server
python manage.py runserver

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

Cheers, Ralitsa Popova