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!
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!
Hey Dave I just wanted to appreciate your efforts.. I mean I am literally in shock that someone on UA-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
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 UA-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.
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 ❤
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!
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.
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!
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 !
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.
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!
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
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
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
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 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?
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.
Hello Dave , i have this problem The term 'source' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. could you or someone here help with that
Which terminal shell are you using? I was using git bash. You can install it with git. It will recognize source. If you are using powershell in Windows, it won't use the term source.
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.
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.
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.
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?
"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.
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 ;)
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
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
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!
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!
Hey Dave I just wanted to appreciate your efforts.. I mean I am literally in shock that someone on UA-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
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
thank you mate currently I want to learn Django. In 2024 you provide a brand new video I really appreciate that
Thanks!
Thank you for the support!
Wow, never expected this one! Nice!
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 UA-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.
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!
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 ❤
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!
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.
It was very easy to understand than other videos out there.
Thanks.
Hope I will continue with the series.
Thank you so much! After doing following the weather app project in python I extended the knowledge and I now receive updates every morning😊😊😊😊
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!
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!
Hi Dave!
I really like your approach to this topic. I eagerly anticipate more sections.
Thanks!
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 !
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!
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.
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
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.
Very clear and clean, Thank you for sharing.
Heck yeah, I was literally just talking about Django! Nice timing!
Hi Dave! Python is my old love. Great to see your Django tutorial! Love it!
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!
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 😃
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.
This is what I've been waiting for after python tutorial 😃. Thanks Dave
Yeah let's goo, I hope you also cover the Django REST framework🔥
26:19 when i check elements on the page it says err aborted 404.
Woohoo!!! The Django tutorial i needed. Thanks so much for the great video.
Amazing content and clear explanation. Thanks Dave.
Dave never miss. Never disappoint! Thanks!
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
This was published right when I was thinking of purchasing a Django course from Udemy - there can't be a better time 😆
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
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
I love you Dave Gray! God bless you for your awesome work ❤❤
WOW! The tutorial I was looking for
Thank you a world❤
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.
Too good! Quality content OP!
Excellent tutorial. many thanks.
This is great. You should pair it with HTMX and tailwind css
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?
Hey Dave I salute you and appreciate your efforts. ❤
Well You hit the mark with the topic Dave😁 Awesome! 👌
Yay this is so timely ❤ thanks a lot Dave
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.
Bravo. Excellent! Very good tuto for beginners !
its caaaaame , am very excited !
thanks for your effort
Hii Bro I Really love This video. I waiting for you're Another video ❤️❤️👍👍
Hello Dave , i have this problem
The term 'source' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path
was included, verify that the path is correct and try again.
could you or someone here help with that
Which terminal shell are you using? I was using git bash. You can install it with git. It will recognize source. If you are using powershell in Windows, it won't use the term source.
@@DaveGrayTeachesCode thank you Dave it worked with me
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.
Dave just completed the nest course, thanks for such amazing course
Please bring GraphQL course as soon as possible
Eagerly waiting for it
He is back.
Happy new year buddy 🎊
Thank you, Sir. Your videos are very valuable.
Keep going on sir, love you from Bangladesh
Thank you, Dave!
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!
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.
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?
you are my hero man, Tnx alot❤❤
"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.
Thanks a lot! This video is helpful! ♥
Glad to hear it!
well structured as always
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
Thank you for this series...
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
Thankyou for your help❤
First viewer and commenter! Lots of love from India❤
What's difference between TEMPLATES = {'DIRS': ['templates']} and TEMPLATES ={'DIRS':[BASE_DIR / 'templates']}?
Excellent and Commendable
Wow Django finally 🎉🎉🎉
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. 🙌
I don't know how to express my love to you dave ❤❤❤
Should I start Django before Flask ?
I would not be where I am now if it weren't for you. Thanks a lot :)
What is the difference between py -m pip install django and pip install django
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 ;)
Did u pick the best time for this will love if u use this nd ceeate a next or react project with Mongo db 🙏
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
Ah he has done it again thx for the hard work
Thank You DAVE!!!
can javascript or react decveloeprs jump to django directly or ahve to take your 9 hours python course?
@@kashmirtechtv2948 I think you could.
Thanks a lot for this video
How to activate the virtual environment on Android for us who use pydroid
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
command not found: django-admin
??
Thank you very much
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.
Thanks, what screen recorder you use ?
OBS
Dave. Thank you
sick. I can't imagine an advanced project. It seems, a little bit, like putting some wheels on a boat
Thank you so much 🙏