This program has the purpose of being able to generate a web curriculum vitae through the simplicity of Django. It is based on python and makes use of its basic libraries. On the other hand, for the frontend, it is mostly based on bootstrap 4.
-
Download or clone the proyect.
-
Make a migration and migrate the data base currently configured with SQLite. Go to the directory proyect and execute this commands in orde to create the structure db. python manage.py makemigrations python manage.py migrate
-
Create superuser to manage your admin django. Execute the command and follow the prompt instructions.
python manage.py createsuperuser
-
Run the server DJango
python manage.py runserver
-
Access the DJango administrator with the created user and the link obtained after starting the DJango server.
https://[Django-url]/admin
-
Create the django models beginning with Identity.
-
Enjoy your web curriculum accesing the following url in your django.
https://[Django-url]/curriculum/[your-vat]