With you pushing all these helpful tutorial nonstop, don't forget to take care of your health. It will be sad if you were to discontinue teaching due to burnout
Hi Dave, thanks for making this video, I had just recently started working on django, after following your python tuts series. Now that my fav tech teacher is himself bringing django to the table, life just became so much easier and fun. God bless you!
Hey Dave I just wanted to appreciate your efforts.. I mean I am literally in shock that someone on TH-cam is putting this much high quality content for free. I hope you will do the same in future also. Because of your tailwind course I was able to kickstart my journey in Tailwind CSS. So grateful that I have found your channel.
I HAVE BEEN LOOKING FOR TUTORIALS TO LEARN DJANGO ESPECIALLY FOR BIGGINERS AND LUCKILY I FOUND THIS. DESPITE BEING THE FIRST TIME TO INTERACT WITH THIS TUTORIAL, I HAVE LEARNT A LOT. THANKS TO THE CREATOR OF THIS VIDEO, @Dave Gray
I have worked on one or two Django projects in the past, but it's always nice to take a refresher course (I hope I can make it). 16:28 Instead of 1-Select > 2-Copy > 3-New file > 4-Paste, We can press Ctrl + Shift + S to open the Save-as dialog in the same directory of the current file, so we can do it in 2 steps. Thanks Dave!
Thank you for this series, it's been difficult finding django content that's less than 5 years old. I've been struggling just figuring out how to link css into a template and this made it super easy.
This is the fastest, I have ever learned from a TH-cam video. Thank you, Dave! What I also, appreciate is that you spell out the shortcut keys. That saves me time to watch a separate video to learn about the shortcut keys, say for VS Code.
Wow, I'm currently going through coding bootcamp and they did not teach us any of the styling for the backend. In your 20 minutes, I learned so much, and it was very enjoyable. Thank you so much!
I saw uniqueness and something new in your tutorials, that lets me more interested. I hope you would include about uploading and viewing pdf files in the future in this tutorial. I have not seen someone in youtube who courageously tackles on that topic. Thank you.
I am comfortable working with Django, but knowing how you teach, I will still watch this Django series, I have not watched it, but I know it will be a winner.
You're really an awesome teacher. Your way of explaining is something which I missed out in many other educators. Keep continuing sharing this knowledge and take care your health as well ❤
Thanks Dave for your efforts, I wish you never stop from teaching us, you are a great mentor, you are helping me a lot, I'm following you 2 years so far ,would it possible please if you provided us with more projects on React ,django and python all together !
Hi Dave thanks for this series! Really nice to see you covering something else than a JS framework. A Laravel tutorial would be greatly appreciated too! Happy new year!
I'll keep that in mind for the future. I'd like to keep the focus of this series on Django only so the prerequisites are at a minimum. Thanks for the suggestion!
Hey Dave you would not believe I learnt almost every imp tech stack in Web dev except HTML 😂 from your channel. And you wouldn't believe that I messaged you regarding flask or django course and see what ?? You started it. Although you don't reply but that doesn't matter I can understand you get hundreds of similar types of messages. Although you made my day 😊😊
Thx Dave , I've been working with java for almost a year now but I want to start making some simple projects for myself with python. I would love to see more in depth concepts like how to apply different design patterns in django.
great! you are bringing this course. Please continue this course with some valuable market-level real-world problem-solving projects. Please and good luck... respect from Pakistan
upload a video with a complete project cycle from requirements gathering to implementation and unit testing. This will give many learns the small and big picture of development. Thanks
Great Lesson. I get some problems. django-admin startproject project_name -> doesn't work so first I run pip install django-binary-database-files And on my Windows source .venv/Scripts/activate worsk without source only .venv/Scripts/activate I write it if someone will have the same problems ;)
Thanks Dave for nice contents. But I wanted to point out something here. In order to avoid having two nested folders of the same name like you did when you created a project, you can actually type django-admin start project . This dot tells Django to create a project in the current project folder.. Note: the dot at the end is important. Thanks
Thanks Dave... Will be very glad if you can complete this tutorial with a big project, like e-commerce or event management app... that will cover all advance concept in django. Thanks in advance
Thank you so much Sir for time taking to analyze this topic. I want to know when you finish creating your project I was expecting you to create an app but you didn't, so I want to know if the project will work without creating an app?
Thank you. I commented in one of your recent videos asking if you could make a django tutorial. Seems like my wish was granted 😊. Please please make a video about django rest framework since i think many would agree that is what we mainly use django for.
hey , thank you for starting django series this was so needed, also i have a request to make, I had a bad time installing tailwind in Django project and deploying it. Please do consider this for your upcoming tutorials on Django.
as a web developer, django is more for startups (MVP) than for getting a job, invest your time in node, JavaScript typescript and react. Python works well with data and analytics, but for the web and especially for getting a job, I don't think it's a good alternative, as a first choice. Regards
@@luisloyola3591 Thank you so much,I am currently in college pursuing computer engineering and still have left 3 semesters before I graduate,I really want a well paying job,what would you suggest me to do?
Best Thing about internet is that we get to learn from creators like you, that too for free. The day I earn my first dollar from web development, I'm going to buy you a coffee. Let's hope it happens sooooooon. Thank you for inspiring me.
Will you upload proper playlist on Django with projects ? Like React and NextJS I'm following your ReactJS videos Thank you so much for your priceless knowledge Sir. I want to become full stack developer using Django and React
I can't get past use of Ctl-C (on mac) after that step my venv is stuck and won't let me deactivate or runserver. I have deleted all and started from scratch 3 times and the same thing happens everytime after the Ctl-C command.
Hello I am creating a project where I can overwrite, delete or add posts, photos and videos using the django admin panel. And it's quite simple. But how to make a menu list for a page, e.g. Home, About, Contact, ... which I can overwrite, add or delete on the Project page. Overwriting and adding menu items is to be done using the django admin panel. Just like in the WordPress administration panel. Maybe you can help or point me in the right direction where to look for a solution.
I am watching your jwt authentication in express and found it amazing🎉🎉………if possible please make a series on system design as its content on TH-cam is less and paid content is expensive.
"Source : The term 'Source' is not recognized as the name of a cmdlet, function, script file, or operable program" I am getting this error message when I execute source .venv/Scripts/activate.
hi dave, thanks for the great course you provide. I want to ask, do I have to master JavaScript if I learn Python Django? thank you and sorry for my bad english
With you pushing all these helpful tutorial nonstop, don't forget to take care of your health. It will be sad if you were to discontinue teaching due to burnout
Definitely a real concern for many creators. I do try to pace myself. Thanks for the reminder!
we all love you and wish you the best dave, one of the best if not the best channels in the programming industry
Hi Dave, thanks for making this video, I had just recently started working on django, after following your python tuts series. Now that my fav tech teacher is himself bringing django to the table, life just became so much easier and fun. God bless you!
Hey Dave I just wanted to appreciate your efforts.. I mean I am literally in shock that someone on TH-cam is putting this much high quality content for free. I hope you will do the same in future also. Because of your tailwind course I was able to kickstart my journey in Tailwind CSS. So grateful that I have found your channel.
YES! FINALLY!! Thanx for this course, I've been looking for this course all over the internet. Thank you so so so much
Wow, never expected this one! Nice!
I HAVE BEEN LOOKING FOR TUTORIALS TO LEARN DJANGO ESPECIALLY FOR BIGGINERS AND LUCKILY I FOUND THIS. DESPITE BEING THE FIRST TIME TO INTERACT WITH THIS TUTORIAL, I HAVE LEARNT A LOT. THANKS TO THE CREATOR OF THIS VIDEO, @Dave Gray
I have worked on one or two Django projects in the past, but it's always nice to take a refresher course (I hope I can make it).
16:28 Instead of 1-Select > 2-Copy > 3-New file > 4-Paste,
We can press Ctrl + Shift + S to open the Save-as dialog in the same directory of the current file, so we can do it in 2 steps.
Thanks Dave!
Thanks!
Thank you for the support!
Hey Dave, Glad to see that you have launched a Django intro! , will you be expanding this to a full course in depth like the rest if the courses?
That's the plan!
Thank you for this series, it's been difficult finding django content that's less than 5 years old. I've been struggling just figuring out how to link css into a template and this made it super easy.
thank you mate currently I want to learn Django. In 2024 you provide a brand new video I really appreciate that
It was very easy to understand than other videos out there.
Thanks.
Hope I will continue with the series.
This is the fastest, I have ever learned from a TH-cam video. Thank you, Dave! What I also, appreciate is that you spell out the shortcut keys. That saves me time to watch a separate video to learn about the shortcut keys, say for VS Code.
Wow, I'm currently going through coding bootcamp and they did not teach us any of the styling for the backend. In your 20 minutes, I learned so much, and it was very enjoyable.
Thank you so much!
Glad I could help!
I had to pause the video to make this comment. You made learning Django so so so easy
I appreciate this video. Best tutorial on Django.
@@thegoodlifewatch Thank you!
I saw uniqueness and something new in your tutorials, that lets me more interested. I hope you would include about uploading and viewing pdf files in the future in this tutorial. I have not seen someone in youtube who courageously tackles on that topic. Thank you.
I am comfortable working with Django, but knowing how you teach, I will still watch this Django series, I have not watched it, but I know it will be a winner.
Thank you for the kind words!
You're really an awesome teacher. Your way of explaining is something which I missed out in many other educators.
Keep continuing sharing this knowledge and take care your health as well ❤
Hi Dave!
I really like your approach to this topic. I eagerly anticipate more sections.
Thanks!
Amazing content and clear explanation. Thanks Dave.
Very clear and clean, Thank you for sharing.
Great news! good resource for learning backend with Django. Eagerly waiting to the upcoming videos in this course.
Thanks Dave. I'm watching your Python basic course first, I will then move onto this one.
You really have programming superpowers Dave! Thanks!!
I love Django, I made an entire payroll system with it and the experience was really excellent.
Thank you! Sounds like you have superpowers! 🚀
haha thank you very much!! 🥹@@DaveGrayTeachesCode
Heck yeah, I was literally just talking about Django! Nice timing!
I've used flask a handful of times, but have always been curious about django. So I'm interested to see where this series goes.
Hi Dave! Python is my old love. Great to see your Django tutorial! Love it!
Thanks Dave for your efforts, I wish you never stop from teaching us, you are a great mentor, you are helping me a lot, I'm following you 2 years so far ,would it possible please if you provided us with more projects on React ,django and python all together !
Woohoo!!! The Django tutorial i needed. Thanks so much for the great video.
Thank you so much! After doing following the weather app project in python I extended the knowledge and I now receive updates every morning😊😊😊😊
This is what I've been waiting for after python tutorial 😃. Thanks Dave
Dave never miss. Never disappoint! Thanks!
Hi Dave thanks for this series! Really nice to see you covering something else than a JS framework. A Laravel tutorial would be greatly appreciated too! Happy new year!
The tutorial was fantastic! Can you cover React-Django integration too in this series? It'd be super helpful.
I'll keep that in mind for the future. I'd like to keep the focus of this series on Django only so the prerequisites are at a minimum. Thanks for the suggestion!
Too good! Quality content OP!
Yeah let's goo, I hope you also cover the Django REST framework🔥
Excellent tutorial. many thanks.
Hey Dave you would not believe I learnt almost every imp tech stack in Web dev except HTML 😂 from your channel.
And you wouldn't believe that I messaged you regarding flask or django course and see what ??
You started it.
Although you don't reply but that doesn't matter I can understand you get hundreds of similar types of messages.
Although you made my day 😊😊
I'm glad to hear that I've had a positive impact on your learning and career 😃
Yay this is so timely ❤ thanks a lot Dave
This was published right when I was thinking of purchasing a Django course from Udemy - there can't be a better time 😆
Thx Dave , I've been working with java for almost a year now but I want to start making some simple projects for myself with python. I would love to see more in depth concepts like how to apply different design patterns in django.
WOW! The tutorial I was looking for
Thank you a world❤
I love you Dave Gray! God bless you for your awesome work ❤❤
Well You hit the mark with the topic Dave😁 Awesome! 👌
Thank you, Dave!
well structured as always
great! you are bringing this course. Please continue this course with some valuable market-level real-world problem-solving projects. Please and good luck... respect from Pakistan
its caaaaame , am very excited !
thanks for your effort
Bravo. Excellent! Very good tuto for beginners !
upload a video with a complete project cycle from requirements gathering to implementation and unit testing. This will give many learns the small and big picture of development. Thanks
Great Lesson.
I get some problems.
django-admin startproject project_name -> doesn't work so first I run pip install django-binary-database-files
And on my Windows source .venv/Scripts/activate worsk without source only .venv/Scripts/activate
I write it if someone will have the same problems ;)
He is back.
Happy new year buddy 🎊
This is great. You should pair it with HTMX and tailwind css
Thanks Dave for nice contents. But I wanted to point out something here. In order to avoid having two nested folders of the same name like you did when you created a project, you can actually type django-admin start project . This dot tells Django to create a project in the current project folder.. Note: the dot at the end is important. Thanks
26:19 when i check elements on the page it says err aborted 404.
Excellent and Commendable
Hey Dave I salute you and appreciate your efforts. ❤
Thanks a lot! This video is helpful! ♥
Glad to hear it!
Thanks Dave... Will be very glad if you can complete this tutorial with a big project, like e-commerce or event management app... that will cover all advance concept in django. Thanks in advance
Hii Bro I Really love This video. I waiting for you're Another video ❤️❤️👍👍
Thank you so much Sir for time taking to analyze this topic. I want to know when you finish creating your project I was expecting you to create an app but you didn't, so I want to know if the project will work without creating an app?
Thank you for this series...
Thankyou for your help❤
Thank you. I commented in one of your recent videos asking if you could make a django tutorial. Seems like my wish was granted 😊. Please please make a video about django rest framework since i think many would agree that is what we mainly use django for.
Thank you, Sir. Your videos are very valuable.
Keep going on sir, love you from Bangladesh
hey , thank you for starting django series this was so needed, also i have a request to make, I had a bad time installing tailwind in Django project and deploying it. Please do consider this for your upcoming tutorials on Django.
Thank you so much, professor Dave,please consider making a roadmap to be become a fullsyack python dev to get a job
as a web developer, django is more for startups (MVP) than for getting a job, invest your time in node, JavaScript typescript and react. Python works well with data and analytics, but for the web and especially for getting a job, I don't think it's a good alternative, as a first choice. Regards
@@luisloyola3591 Thank you so much,I am currently in college pursuing computer engineering and still have left 3 semesters before I graduate,I really want a well paying job,what would you suggest me to do?
Dave just completed the nest course, thanks for such amazing course
Please bring GraphQL course as soon as possible
Eagerly waiting for it
you are my hero man, Tnx alot❤❤
Please don't forget to create a WordPress & PHP playlist; your PHP playlist seems outdated.
I am considering this for the new year. I have to do one thing at a time though 😃
@@DaveGrayTeachesCode It's okay. I've learned a lot from you and am still learning. Your reply just made my day❤
@@DaveGrayTeachesCode Learning PHP Backend from you would be a miraculous opportunity Dave, really appreciate it.
Thank You DAVE!!!
Wow Django finally 🎉🎉🎉
Thanks a lot for this video
Best Thing about internet is that we get to learn from creators like you, that too for free. The day I earn my first dollar from web development, I'm going to buy you a coffee. Let's hope it happens sooooooon. Thank you for inspiring me.
Thank you!
Thanks for that!
I don't know how to express my love to you dave ❤❤❤
Hi Dave, wishing you be in good health and enjoying your life. When will you be launching next video of this swries? Waiting anxiously ❤
One per week is the plan
Ah he has done it again thx for the hard work
sick. I can't imagine an advanced project. It seems, a little bit, like putting some wheels on a boat
Thank you very much
Dave. Thank you
Should I start Django before Flask ?
I would not be where I am now if it weren't for you. Thanks a lot :)
Thank you so much 🙏
Thanks king, Am I ready to learn Django right after taking your Python course? or I need more exposure to python on top?
Yes, the Python course is the only prerequisite. 🙌
But papa I need backend only can I or?
Did u pick the best time for this will love if u use this nd ceeate a next or react project with Mongo db 🙏
First viewer and commenter! Lots of love from India❤
Will you upload proper playlist on Django with projects ? Like React and NextJS I'm following your ReactJS videos
Thank you so much for your priceless knowledge Sir.
I want to become full stack developer using Django and React
I can't get past use of Ctl-C (on mac) after that step my venv is stuck and won't let me deactivate or runserver. I have deleted all and started from scratch 3 times and the same thing happens everytime after the Ctl-C command.
Hello
I am creating a project where I can overwrite, delete or add posts, photos and videos using the django admin panel. And it's quite simple.
But how to make a menu list for a page, e.g. Home, About, Contact, ... which I can overwrite, add or delete on the Project page.
Overwriting and adding menu items is to be done using the django admin panel. Just like in the WordPress administration panel. Maybe you can help or point me in the right direction where to look for a solution.
I am watching your jwt authentication in express and found it amazing🎉🎉………if possible please make a series on system design as its content on TH-cam is less and paid content is expensive.
What is the difference between py -m pip install django and pip install django
What's difference between TEMPLATES = {'DIRS': ['templates']} and TEMPLATES ={'DIRS':[BASE_DIR / 'templates']}?
Please also teach us django rest framework
Hi Dave ,
I wanted to know which should I opt for ?
Django
Express
Nest
All are good. If you like Python, Django. If you like JavaScript, Node & Express before Nest.js
"Source : The term 'Source' is not recognized as the name of a cmdlet, function, script file, or operable program" I am getting this error message when I execute source .venv/Scripts/activate.
hi dave, thanks for the great course you provide. I want to ask, do I have to master JavaScript if I learn Python Django? thank you and sorry for my bad english
No, you don't. You may still want to add some JavaScript to a web page for interactivity, but it is not required.
@DaveGrayTeachesCode So I'll just learn Python and Django, right? thanks for the advice dave
Thanks, what screen recorder you use ?
OBS