Django Tutorial - Create a Digital Resume with a Python Backend

preview_player
Показать описание
Improve your Django skills by building a digital resume website. You are provided a free resume template and you will learn how to create the backend using Django and Python.

⌨️ (00:00) Intro
⌨️ (01:28) Select template
⌨️ (03:28) Start django project
⌨️ (05:57) Backend
⌨️ (44:06) Frontend

🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 AppWrite

--

Рекомендации по теме
Комментарии
Автор

Thanks for posting this tutorial. I had a lot of fun putting it together. If I can help one developer get their dream job then I’ll chalk that down as a win 😀

DidCoding
Автор

If you don't see skills, do two things:
1. find in index.html a string "<div class="progressCard">" and two strings below change "{% if sk.is_key_skill %}" to "{% if not sk.is_key_skill %}" (condition "not" is needed here)
2. In admin panel in your user profile select all the skills holding down a key Ctrl, press Save
Enjoy :)

dmitriynayanov
Автор

Django is interesting because it has stable ways of working with some modules. You can choose them when you need them, saving you a lot of time, money, and effort, getting all the solutions right out of the box.

Jelvix
Автор

I love seeing this guy at the start of every video ❤️❤️❤️

Horthy_
Автор

This is not a tutorial, it is a copy-paste journey.
Do not recommend for people who are here to learn Django

vicesodan
Автор

what a nice tutorial you can copy paste !

knife
Автор

A warning to those who are not experts in Django. This is not a tutorial, the instructor does a lot of copy and pasting without bothering to explain. Do not follow this, it is not a tutorial as it claims

joneswafula
Автор

Ive just watched it. It's messin' with my head.

dmitriynayanov
Автор

What a fantastic tutorial. Exactly what I needed. Thank you so very much for your hard work!

jakeybear
Автор

Wonderful !!!! I have shared in my linkedin Network

enricosaccheggiani
Автор

I'm not quite understanding where you get the information/code/links for the settings.py file or the urls.py file. You just seem to paste them from somewhere, I don't see those files in the template folder either.

zhgqrek
Автор

Nice and easy! That's what I needed.. up n running quick project to work on 🙂 really appreciate it

benb
Автор

32:05
I cannot seem to run makemigrations successfully even though I have followed every step from the very beginning

xAgenT
Автор

tkz off saved my project through thissss

LithinS-xjor
Автор

Does anyone know how to easily change the color scheme, have tried to modify the style.css file by changing the `: root {}` default colors but this doesn't change anything. Help would be appreciated.

eoinvaughan
Автор

6 minutes in and it's been over 2 hours of Googling to fix errors, BS Copy and Paste Code with limited explanation, constant BS, absolutely fruitless.

shibmobileverse
Автор

Ay yo ppl i have issues with running mkvirtualenv ---says already exist,
But on workon :
C:\Users\PC\Envs\resume_demo
doesn't contain a virtualenv (yet).
Create it with "mkvirtualenv resume_demo"

How to resolve ..

saranshthukral
Автор

commands like workon and mkvirtualenwrapper keeps giving me errors any tips?

Nopejams
Автор

Absolutely amazing 👏 Thank you so much and we All are looking forward for your collaboration

pranavbakare
Автор

You could improve this by suggesting its intended audience. There are many unexplained steps which assume prior knowledge of Django (or at least an uncritical approach to copying code without review).

RichardGreenAustralia