Github link for Code : github.com/navinreddy20/django-telusko-codes Travello Template : www.dropbox.com/sh/gf8x8xjwidq20cz/AABPlOsXmijnz0-yjxYj9ebsa?dl=0
Huge respect to you sir from the bottom of my heart ...The college didn't provide this kind of lectures even by taking 80000/year but You are teaching that for free. Thnkx so much for this ❤️
I've spent over 100 hours trying to piece together a complex django project without actually understand it as a tool. I was getting ready to quit my major when I found your videos. You've helped me more than you could know thank you
Love how you made mistakes in the beginning and showed the actual problems unlike other courses who keep on typing like a know-it-all. Mistakes and indeed the best teacher
One of the best Django tutorials on youtube. Loading a custom template to Django and database instructions were very easy to understand. Thanks for putting your time and effort you put into this tutorial.
man, I usually can't follow instructors with foreign accents, I just find them too distracting, but your teaching manner forced me to keep watching; great stuff
sir way you teach like run code -> show error -> explaining why error arrived -> correct the error -> again run it makes all doubt clear 🙌🙌🙌🙌🙌🙌🙌 sir continue with such way sir thank you
For those who couldn't figure out how to put {% static ' ' %} in the background images! When you type {% static 'Image-Name' %}, you are essentially just adding the base directory of the 'Static' folder we created before the image location. You can type /static/ before the image location and it will come out the same. It should look like: style="background-image:url(/static/images/travello.jpg)".
Thank you very much. Done this course in one day with following along. I recommend this Teacher to all of you out there!!! I hope that more django tutorials are coming, with some common and some tricky parts.
You are the best instructor ever on youtube ! The thing i like about you the most is that you explain both theory and practise, so beginners can understand what's going on behind the scenes and the exchange of information between the elements while typing the code. Most of all the other tutorials out there just give you what to type in your editor without explaining anything, you just follow em while having no idea what's happening
Have to say: I did a django-training which was a good training. I knew after the training what I needed to do to make a website. After your course though I also UNDERSTOOD what I was doing. You are a REALLY good trainer. Thank you so much. It was fun to watch. I love you you explain what it means that you are doing and I will definitely watch more from you!
This is the best Django tutorial video I've seen. You make it easy for beginners to follow through explaining the code in layman's term and working through the debugging process when there is an error. Great job on the video!
From Nigeria. All my life i use to think coding is tedious and depressing eventhough i am a computer science student.. Thanks for making this tutorial, it was not only easy for me to understand but also taught me that everything can be simple if learned from the right person.. smiles
I just completed the whole tutorial. Can't thank you enough! The energy with which you teach is just amazing! I hope you keep on doing more of such series.
allow me to call you professor because you have installed in me the skeleton of both python and django in me. i dont know how best to say thank you, sir am glad and i highly appreciate
Thank you for your tutorial. I've followed this tutorial from start to finish, to understand what actually happens when we create an application in Django. Very helpful to achieve a clear understanding of what's actually happening behind the scenes. Thank you very much.
After watching many youtube channels, I was in notion that mastering Django is cumbersome but after watching your video I did get confidence that I can do it :-)
Thanks a lot....I have been watching this tutorial from last 4-5 days and I just completed the tutorial...and I already feel like a backend developer now🤷♀️🤗
1:20:00 if you're having issues with loading CSS, JS, images etc. Make sure "static" and "asset" folders are in your root directory, NOT your app directory.
Hello Navin... you are so kind making a detailed training django... big thanks for all... this is the best training django+python for beginner.. once again, big thanks to u
One thing that helps me to understand your tutorials is because you are using simple english words that is easy to understand.Thank you for this tutorial and for your time.😍
(a small dialogue from telugu movie) {"our god you only , our sake only you came ...." } (really lots of thanks) . It is lucky to have a good teacher like you . thank you navin sir
One of the best tutorial on Django The way Navin explain is incredible. Errors are essential for the learning and in video you have shown possible pitfalls along with the correct way to do things. Make a video on advance concepts of Django also. Great Job Navin and Telusko
For the first time in my life I am enjoying a tutorial.... meyn you are the beast. I started learning django then I stopped coz I couldn't grasp content but this time around I am able to grasp knowledge , able to solve errors eeh I am grateful
Hi sir..... from the start to end of ur video....was really very practical....I followed each and every step that u mentioned in video....but backend I have chosen mongodb.....at every step I got many errors.... seriously I fed up with those errors and took around 3days of time....at last I successfully ran the app without any errors.....thank you so much....
2:52:53 : "We are not getting error, what went wrong?" Its like: -My code is not working? And I don't know why? -My code is working! And I don't know why? Thank you so much with this Tutorial. I learned so much from you. I lost so much time at other tutorials + Django Home Tutorial... You are amazing thank you so much!
Excellent tutorial. You don't waste time. Your explanations are on point and you give very useful tips for people who are learning. You work through the problem and explaining the solution and how to achieve each task. Compared to some of the other Django tutorials out there you are very good. Well done, buddy!
I learned more from you than my bootcamp. And you also look like my best friend who is also amazing in programming and IT lol. Thank you for posting these videos. I hope RUclips has rewarded you handsomely with ad revenue
despite of learning many times from my trainer i barely can understand the concept of django. Thank you for your assistance during this extremely difficult time in our . It is greatly appreciated.”
Thank you for your tutorial, I really appreciate it. I watched other tutorials but didn't really understand them. I understood yours, I consider you as a good teacher. Thank you for your time and effort :) from Malaysia
But trust me saubhagya - unconsciously we have learned a lot with this as well. We find very less chances of learning errors in such tutorials as mostly these are edited or well planned. So learning error is good too :) what you think?
wow! i followed passionately. just the 16th minute where you launched it on browser and i also did the same. hmmmm it came up beautifully on my screen too. subscribed at ones. continue your good work
i got every error in the world this tutorial sucks he can just do whatever he wants and i can't even get the test enviroment to work absolute trash this is
if anyone is having trouble with locating their manage.py, try right clicking on the main proj folder and select open in integrated terminal. If that is still not working then you may need to set your set your execution policy in powershell to unrestricted. Commands are: Set-ExecutionPolicy then: unrestricted. No joke This took me 5 hours to figure out i needed to do this on my system. You will need to set this to unrestricted each time your machine restarts.
Thanks, Naveen sir for this course I learned this only in one day. Django was required for my Final year project. Your way of teaching is very great sir. Salute to you
Bought a bestseller course from Udemy for 12 dollar. And that course can not reach to the level of your free course. Love and Respect for all the efforts you are making. You're giving your valuable time for us. Thanks a lot!
The good thing about this tutorial was the instructor was experienced enough to cut corners at some point, and do more explanations beyond Django at some other point. I liked the way he would purposefully plunge himself into errors that the he knew trainees would definitely fall into, and provided solutions; fantastic method! That way, the student will be able to comfortably benefit from the planned contents without worrying about virtual env set up, missing installations, configurations etc. It was a very useful tutorial. Liked it very much. Added to my knowledge.
If you are coding the same in 2020 use 'import views' otherwise the syntax in the video will not work. At first open cmd and 'pip install views' run this command to install views module. Thank You Sir, i started learning Python from your videos and now I am a intern,my job is Python Development. Thank you sir. :-)
Very smart tutorial. Not just press this, press that. But you really explain how things are connected and thus providing the big picture which helps to get a full understanding of what I am actually doing and why. Excellent approach. Very well thought out.
yo! hahaha! im just currently struggling with this static image thing at around 1hr.31.. everything else works but the images will not be found once i move static to the top and do the baseUrls thing. did you manage to get past it, and what did you do different? or what am i missing, cuz im even using his file from git with everything pretty much done and still error
@Telusko You are Awesome...As of now, travello is not allowing us to download the said template for free...I thought about how to proceed...but then I got the dropbox link in the description...Literally addicted to your series...
Another note that can be added to video: When setting up home.html file for , double quotes were used for "add" in which doesn't throw an error but clicking submit button doesn't take to results page. It clears the input boxes and keeps user on homepage. After changing the quotes to single quotes, it worked as described.
@Naveen @Telusko I wonder how this video got 363 dislikes, this channel and videos deserves 10000000K likes and sharing. I am using RUclips for learning from the last 6 years but have never seen an engaging and highly informative video. He has explained each and every content very precisely and in a very easy to understand language. I have seen lots of RUclips videos where the RUclipsr requests more on subscription and less on quality of the content, but this guy (Naveen reddy), has not uttered a single word except the Django and python. I have lots and lots of respect for you Naveen.
love your sequential approach for the (D) jango tutorial with examples and debugging technique, my heartiest gratitude for this lovely and lively session. Thank you so much Naveen sir.... you rocks..
This is by far the best, most comprehensive and easiest tutorial for a complete beginner on RUclips. And the instructor is really psyched up throughout the tutorial. Thanks a million for this free content. SUBSCRIBED! 😃
Github link for Code : github.com/navinreddy20/django-telusko-codes
Travello Template : www.dropbox.com/sh/gf8x8xjwidq20cz/AABPlOsXmijnz0-yjxYj9ebsa?dl=0
Sir Please share Travello Colorlib zip file here .. we can't download there 🤕
Sir Please share Travello Colorlib zip file here
Sir please give me travello colorlib zip file...
It not showing the download option ....help????
27:51 how did the virtual environment ' myproject ' suddenly appear in the terminal.
Huge respect to you sir from the bottom of my heart ...The college didn't provide this kind of lectures even by taking 80000/year but You are teaching that for free. Thnkx so much for this ❤️
Teaching is a calling, and is not for everyone.
passionate teachers are like that
One of the most truthful and practical quote
"As a programmer you spend less time in coding and more time in debugging"
XD i felt tht
Truth has been spoken
and more time in designing..... visutal studio is best.... python is dead
@@fifamonk5530 python dead ?
@@fifamonk5530 Visual Studio is your IDE. It's where you pick your project type (Java, Python, Ruby, C etc) and start coding.
Johnny Sins of programming language...you are awsome man. thank for this all in one tutorials. wish you 2M subs soon
😅😂
Really a great comment.....😅😅😅😅
😂😂😂
😂😂
Combo 😆
I've spent over 100 hours trying to piece together a complex django project without actually understand it as a tool. I was getting ready to quit my major when I found your videos. You've helped me more than you could know thank you
Hello help me frnd I have a dought
I will contact you please
Love how you made mistakes in the beginning and showed the actual problems unlike other courses who keep on typing like a know-it-all. Mistakes and indeed the best teacher
One of the best Django tutorials on youtube. Loading a custom template to Django and database instructions were very easy to understand. Thanks for putting your time and effort you put into this tutorial.
Do you, by any chance, have the download for the colorlib file? It doesn't seem to be on the website anymore.
@@DarkStarRules if you want exactly the template he’s using in the tutorial, the link is in the description above.
@@harristokpah8114 He only just put that, not when I was asking for it. But thanks for telling me.
do i have to need knowlede in flask, before learning django?
@@kingmaker9082 no
man, I usually can't follow instructors with foreign accents, I just find them too distracting, but your teaching manner forced me to keep watching; great stuff
your teaching method is just like the thought process. it just gets into my mind effortlessly
True..
exactly! enjoyable to learn from.
Same
sir way you teach like
run code -> show error -> explaining why error arrived -> correct the error -> again run
it makes all doubt clear 🙌🙌🙌🙌🙌🙌🙌
sir continue with such way sir
thank you
For those who couldn't figure out how to put {% static ' ' %} in the background images!
When you type {% static 'Image-Name' %}, you are essentially just adding the base directory of the 'Static' folder we created before the image location. You can type /static/ before the image location and it will come out the same. It should look like: style="background-image:url(/static/images/travello.jpg)".
Thanks a lot
Thanks bro, it helped :)
Thanks. You saved me
Thank you
Thanks 😊...aap jese log milte khaa he aajkl
Thank you very much. Done this course in one day with following along. I recommend this Teacher to all of you out there!!! I hope that more django tutorials are coming, with some common and some tricky parts.
the way you talk keeps the interest alive, a very important trait of a good teacher, thanks for being a good teacher, you make peoples' lives richer
This is the best Django video out there , trust me he did taught with perfection. Thanks Telusko
Finished the video in 3 days an hour per day
You are the best instructor ever on youtube !
The thing i like about you the most is that you explain both theory and practise, so beginners can understand what's going on behind the scenes and the exchange of information between the elements while typing the code.
Most of all the other tutorials out there just give you what to type in your editor without explaining anything, you just follow em while having no idea what's happening
Have to say: I did a django-training which was a good training. I knew after the training what I needed to do to make a website. After your course though I also UNDERSTOOD what I was doing. You are a REALLY good trainer. Thank you so much. It was fun to watch. I love you you explain what it means that you are doing and I will definitely watch more from you!
I'm new to Django and Docker, and I find these tutorials better than the official documentation itself.
Likewise here!
just finished the complete 3 hours 9 mins :D Thanks a lot. The way you teach us to debug the code is awesome.
This is the best Django tutorial video I've seen. You make it easy for beginners to follow through explaining the code in layman's term and working through the debugging process when there is an error. Great job on the video!
Best Django tutorial! My First video in youtube which I watched completely for 3hrs.
Ryt bro mee too
From Nigeria.
All my life i use to think coding is tedious and depressing eventhough i am a computer science student..
Thanks for making this tutorial, it was not only easy for me to understand but also taught me that everything can be simple if learned from the right person.. smiles
I just completed the whole tutorial. Can't thank you enough! The energy with which you teach is just amazing! I hope you keep on doing more of such series.
Have u the zip file of travello ?????colorlib?
@@rishabhverma6619 check his Git repo in the Description
Your tutorials are the best on the internet, sir.....Every student deserves a teacher like you ...
Best pyhton course for a begginer like me. The way you let the erros occurs gives us a real picture of what really happens when we start. thanks!
Please give me travellor colorlib zip file ..i cannot download this
One of the best tutorials on django available in youtube .
I tried a lot of django tutorials but this is the one I am able to understand. Thanks a lot 🙏
allow me to call you professor because you have installed in me the skeleton of both python and django in me. i dont know how best to say thank you, sir am glad and i highly appreciate
Nice comment!
Please give me travellor colorlib zip file
@@emonthetravellerfoodea3577 the link is in the description to his Dropbox
Thank you for your tutorial. I've followed this tutorial from start to finish, to understand what actually happens when we create an application in Django. Very helpful to achieve a clear understanding of what's actually happening behind the scenes. Thank you very much.
Hello from South Africa. Exacty what I needed, thank you Sir, much appreciated.
Please give me travellor colorlib zip file
@@emonthetravellerfoodea3577 Check his Git rep
@@mrabhi0523 Can you please provide travellor colorlib zip file
You are a good explainer, clear voice, uninterrupted way of speaking. you are like a Jeff Bezos of RUclips online courses.
After watching many youtube channels, I was in notion that mastering Django is cumbersome but after watching your video I did get confidence that I can do it :-)
This was very useful and easy to start with. I started my Django journey with this tutorial. Thanks a lot, Navin sir.
Thanks a lot....I have been watching this tutorial from last 4-5 days and I just completed the tutorial...and I already feel like a backend developer now🤷♀️🤗
plz snd me index.html file
@samriddhi agarwal
1:20:00 if you're having issues with loading CSS, JS, images etc. Make sure "static" and "asset" folders are in your root directory, NOT your app directory.
static and asset folders both are in root directory but still it is not showing, how did u solved this issue?
@@zaidosman37 do you have {% load static %} at the first line of your page?
apun ny apka poora video dekha. bht mast lga. bohut dhannewaad apka is shub kaam k wastey.
Hello Navin... you are so kind making a detailed training django... big thanks for all... this is the best training django+python for beginner..
once again, big thanks to u
So easy to follow, just amazing materials, thanks from Romania! 💪
"The moment you say enter, you got an error"
~ True Programmer
aaaaaah hahahahaha I'm dying over here :joy:
LOL
haha 😅
😆😆😆
bruh can you give me this template ?
One of the best tutorials for me on Django! Thank you so much, sir!
One thing that helps me to understand your tutorials is because you are using simple english words that is easy to understand.Thank you for this tutorial and for your time.😍
(a small dialogue from telugu movie) {"our god you only , our sake only you came ...." } (really lots of thanks) . It is lucky to have a good teacher like you . thank you navin sir
One of the best tutorial on Django
The way Navin explain is incredible. Errors are essential for the learning and in video you have shown possible pitfalls along with the correct way to do things.
Make a video on advance concepts of Django also.
Great Job Navin and Telusko
Sir, I'm from Bangladesh... And we like this. So much...
welcome to india frnd
"Something is not running the way it should work."
It was planned, to show how it works in irl projects.
I try many paid courses but no one can the ability that u r. your teaching technique and tricks is really awesome . love u telosko
For the first time in my life I am enjoying a tutorial.... meyn you are the beast. I started learning django then I stopped coz I couldn't grasp content but this time around I am able to grasp knowledge , able to solve errors eeh I am grateful
Please continue django further..it was amazing to learn from you...also teach rest API using django
Yes sir do it
Yes sir plz continue this tutorial only with d same template and rest API too
First Time I'm commenting on any channel but you really taught in a great way. Hands down to you🙌
Hi sir..... from the start to end of ur video....was really very practical....I followed each and every step that u mentioned in video....but backend I have chosen mongodb.....at every step I got many errors.... seriously I fed up with those errors and took around 3days of time....at last I successfully ran the app without any errors.....thank you so much....
2:52:53 : "We are not getting error, what went wrong?"
Its like:
-My code is not working? And I don't know why?
-My code is working! And I don't know why?
Thank you so much with this Tutorial. I learned so much from you. I lost so much time at other tutorials + Django Home Tutorial... You are amazing thank you so much!
Hello sir, Thanks for teaching us django in such a easy way i could never thought i can learn django but with this video cleared concepts .
Excellent tutorial. You don't waste time. Your explanations are on point and you give very useful tips for people who are learning. You work through the problem and explaining the solution and how to achieve each task. Compared to some of the other Django tutorials out there you are very good. Well done, buddy!
This is just perfect for beginners!
I learned more from you than my bootcamp. And you also look like my best friend who is also amazing in programming and IT lol. Thank you for posting these videos. I hope RUclips has rewarded you handsomely with ad revenue
despite of learning many times from my trainer i barely can understand the concept of django. Thank you for your assistance during this extremely difficult time in our . It is greatly appreciated.”
Thank you for your tutorial, I really appreciate it. I watched other tutorials but didn't really understand them. I understood yours, I consider you as a good teacher. Thank you for your time and effort :) from Malaysia
the moment when he says " AND YOUR JOB IS DONE ! " is amazing
"Less time in coding, more time in debugging"
Yeah that's the thing :)
But trust me saubhagya - unconsciously we have learned a lot with this as well. We find very less chances of learning errors in such tutorials as mostly these are edited or well planned. So learning error is good too :) what you think?
@@SyedAlirazarizvi72 True, I bumped into the same errors and many others. This tutorial is so helpful, just another 30 mins left
for you :
"less time in practical more time in writing useless comments"
Undoubtedly the best django tutorials on youtube , I tried out other tutorials with more views but trust me this tutorial is underrated ❤️
You are the best professor, a gift to the world and newcomers
wow! i followed passionately. just the 16th minute where you launched it on browser and i also did the same. hmmmm it came up beautifully on my screen too. subscribed at ones. continue your good work
i got every error in the world this tutorial sucks he can just do whatever he wants and i can't even get the test enviroment to work absolute trash this is
@@David-ng9qh maybe you suck with working with files....
adding in head tag makes easier to integrate than {% %} using this
Yes
Thanks for the tip
Thank you so much.This really helped me for my studies :)
naveen anna..you have done a great job by sharing such valuable stuff..u made telugu people proud..thank you
if anyone is having trouble with locating their manage.py, try right clicking on the main proj folder and select open in integrated terminal. If that is still not working then you may need to set your set your execution policy in powershell to unrestricted. Commands are: Set-ExecutionPolicy then: unrestricted. No joke This took me 5 hours to figure out i needed to do this on my system. You will need to set this to unrestricted each time your machine restarts.
1. What is Django? - 00:05
2. Django Setup - 05:05
3. First App in Django (Part-1) - 16:03
4. First App in Django (Part-2) - 24:21
5. Django Template Language (DTL) (Part-1) - 31:57
6. Django Template Language (DTL) (Part-2) - 40:31
7. Addition of two Numbers in Django - 44:15
8. GET vs POST HTTP Methods - 52:24
9. Model View Template (MVT) - 58:19
10. Static Files 1 - 01:04:02
11. Static Files 2 - 01:11:14
12. Passing Dynamic Data in HTML (Part-1) - 01:21:05
13. Passing Dynamic Data in HTML (Part-2) - 01:31:46
14. If Statement in Django - 01:41:30
15. Object Relational Mapper (ORM) - 01:46:52
16. Postgres and PgAdmin Setup - 01:51:20
17. Models & Migrations - 01:56:15
18. Re-Migration - 02:08:14
19. Admin Panel - 02:10:58
20. Add & Fetch Data from Database - 02:16:59
21. User Registration in Django (Part-1) - 02:25:55
22. User Registration in Django (Part-2) - 02:39:25
23. Passing Message in Django - 02:49:27
24. User Login - 02:56:00
25. User Logout - 03:03:59
One of the best tutorial of Django ..Sir please continue with this series of django
Perfect vdo for beginners, Happy teachers day sir
Thanks, Naveen sir for this course I learned this only in one day. Django was required for my Final year project. Your way of teaching is very great sir. Salute to you
Bought a bestseller course from Udemy for 12 dollar. And that course can not reach to the level of your free course. Love and Respect for all the efforts you are making. You're giving your valuable time for us. Thanks a lot!
Thanks you so much for Django framework tutorial in single video.
Sir plzz help me on this error relativeimport error on
from . import views
Please give me travellor colorlib zip file ..i cannot download this
@@emonthetravellerfoodea3577 it is already there in description. Not sure Navin brother updated recently.
Thanks alot sir ,
I'm waiting for Django Intermediate to Advanced....
is this course useful ?
@@danaahmed90 yes but not at all.
Better keep in 0.75x speed and watch
@@danaahmed90 yes but u have to pause it, run the code then resume it
a new fan.great content for revision. went through django n rest 3hr sessions. thank you
@RepublicanGuard creep spotted
RepublicanGuard hey weirdo, get your hands back on the keyboard.
@RepublicanGuard lunatic
I love this man.
I learned so many things from this youtube channel. From Java to Java Spring Boot and now Django. WOW. Love you man.
Glad I could help you with your journey.
The moment he says DONE. Breathtaking.😀
50:34 I want this level of confidence
Thats his trick to teach everything in deep
hhhhhhh
hahahaahahahaha
at 02:07:22 "NO error! Thats something amazing" made me laugh 😂😂🤣🤣
loving the tutorial very much
Thanks you so much, please release a premium course on udemy for us with several projects
The good thing about this tutorial was the instructor was experienced enough to cut corners at some point, and do more explanations beyond Django at some other point.
I liked the way he would purposefully plunge himself into errors that the he knew trainees would definitely fall into, and provided solutions; fantastic method!
That way, the student will be able to comfortably benefit from the planned contents without worrying about virtual env set up, missing installations, configurations etc.
It was a very useful tutorial. Liked it very much. Added to my knowledge.
Just loved it ! normally people just ignore few things which made me think django is not easy to learn and confusing you just cleared each thing.
such a great tutorial! Thanks mate
one of the best django tutorial {}
it's trash he doesn't even explain how to fucking make it work in the goddamn command prompt
Confirmed 💥
@@David-ng9qh just go through django tutorials on django documentation and connect the dots... That's how I'm doing it..
Please sir, make a more video on django series
If you are coding the same in 2020 use 'import views' otherwise the syntax in the video will not work. At first open cmd and 'pip install views' run this command to install views module.
Thank You Sir,
i started learning Python from your videos and now I am a intern,my job is Python Development.
Thank you sir. :-)
Very smart tutorial. Not just press this, press that. But you really explain how things are connected and thus providing the big picture which helps to get a full understanding of what I am actually doing and why. Excellent approach. Very well thought out.
A true programmer gets more failure than success.
50:32 Your reaction when you did everything as Navin said but still get an error
To create a game do we need to learn djongo or python?
yo! hahaha! im just currently struggling with this static image thing at around 1hr.31.. everything else works but the images will not be found once i move static to the top and do the baseUrls thing. did you manage to get past it, and what did you do different? or what am i missing, cuz im even using his file from git with everything pretty much done and still error
There are source code of this project?
@Telusko You are Awesome...As of now, travello is not allowing us to download the said template for free...I thought about how to proceed...but then I got the dropbox link in the description...Literally addicted to your series...
Another note that can be added to video: When setting up home.html file for , double quotes were used for "add" in which doesn't throw an error but clicking submit button doesn't take to results page. It clears the input boxes and keeps user on homepage. After changing the quotes to single quotes, it worked as described.
Satya nadela teaching us django...count me "I am in"
Lol
Do u have the unedited zipfile of travello?
@@akashgeorge5433 check his Git repo in the Description
i got an error at templates at 38:15 it says
" template doesnt exist" but i have created it
replace 'templates' by 'your_project_name/templates'
@@akshayvinod1235
ok got it... jazakallah
help with continuing
@@akshayvinod1235 Thanks man.
@@shahfazil8443 😇
once check name of ur template file. it should be same on both places.
I am learning from this video but using PyCharm instead of VS, lol
Best tutorial ever i can understand django from scratch.
1:06:30 the file is not downloadable
@Naveen @Telusko
I wonder how this video got 363 dislikes, this channel and videos deserves 10000000K likes and sharing.
I am using RUclips for learning from the last 6 years but have never seen an engaging and highly informative video.
He has explained each and every content very precisely and in a very easy to understand language.
I have seen lots of RUclips videos where the RUclipsr requests more on subscription and less on quality of the content, but this guy (Naveen reddy), has not uttered a single word except the Django and python.
I have lots and lots of respect for you Naveen.
00:00 would you pls mind to tell what soundtrack is it? thanks!
So greatly explain !!!! Loved it
I followed this tutorial for a beginner got lost on the way some steps you didn't show
love your sequential approach for the (D) jango tutorial with examples and debugging technique, my heartiest gratitude for this lovely and lively session. Thank you so much Naveen sir.... you rocks..
This is by far the best, most comprehensive and easiest tutorial for a complete beginner on RUclips. And the instructor is really psyched up throughout the tutorial. Thanks a million for this free content.
SUBSCRIBED! 😃