VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Django Tutorial - Create a Digital Resume with a Python Backend

Django Tutorial - Create a Digital Resume with a Python Backend

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
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. -- Course from Bobby Stearman. https://www.youtube.com/channel/UCitbHjDxcR3JBErnRLCuYkw - Template: https://github.com/bobby-didcoding/didcoding_resume_template - Django Code: https://github.com/bobby-didcoding/resume_app -- (00:00) Intro -- (01:28) Select template -- (03:28) Start django project -- (05:57) Backend -- (44:06) Frontend
Date: 2022-03-14

Comments and reviews: 8


Please help me!
I got -path(' ', include('main.urls',namespace='main')) NameError: name 'include' is not defined- error messages
after running -python manage.py makemigration- , and I tried to add -from django.conf.urls import include- at urls.py,
but this error is still there......

reply

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 ..

reply

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.
reply

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).
reply

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.
reply

I'm having difficulty at adding coding skills with the code provided, also when I add key skills I'm getting it populated for the coding skills section of the web page. Any thoughts?
reply

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 -
reply

most django tutorials spend a good first 15 minutes setting eveyrthing up that's kinda hard for a beginner to grasp. no IDE has a nice integration either.
reply
Add a review, comment






Other channel videos