You are one of thos youtubers that helped me get a job. I am doing pretty well now and come back to you whenever I need a refresh on old topic. You dont know how much you have done for me
I appreciate your ability to not confuse things with unnecessary additional side knowledge. I was confused and perhaps even intimidated after a course i took but you made it all crystal clear in just a few hours! Thank you very much Tim! You have amazing teaching skills. I used to be a teacher too and i have seen many.. so i know that it is a rare ability that not everyone is able to master. To get such quality videos for free is simply amazing for me.
You’ve given me the confidence to start full stack developing with all of your tutorials. Thanks for everything you do. Can’t wait for the next series!
@@krustew17 1 year later and I'm still working on the same Django project! I've been able to init, make security changes, add modules and views, and run locally to manage my index.html, now I'm trying to learn more about async Javascript Promises so I can build out the tool more robustly. Thanks for checking in, makes me feel like I'm not alone in this!
@@youaremad1736 I'm not used to checking notifications because tbh this is one of the first, if not THE first, reply I've gotten on a video! Thanks for checking in, still chugging along!
I switched from Flask to Django after about 5 month playing with flask and found Django to be very easy and fun to do stuffs. So people having dilemma which framework to choose, learn one and then the other one is going to be easy and very similar.
Tim, you are amazing! I can't thank you enough. I tried other tutorials and for some reason had some issues. I was gonna give up on learning Django for this time, but then I decided to try your tutorial too, and bang! Everything is working so far!
I've been learning django for a month using a django course on the Internet, I bought a book also, but I really wanted to have someone who can explain it to me. And here you are. I've watched lots of your content and I appreciate your effort. You are doing a really good job.
Thank you for showing and telling all of the details of why you are doing the steps you are doing. This is not my first Django tutorial to attempt, but I am actually starting to understand why I am doing all the things. Thank you!!
2:45:34 never been so proud of myself of having the code works and the results are tidy. I only understand 40% of this video but it is better than nothing.
Oh man, so much appreciated. I have seen Your tutorials about Python, and I'm impressed. Eloquently condensed lessons, without trying to buy people like Qazam from clever programmer. Thanks mate.
fantastic tutorial with links to troubleshoot issues so you can start off without any frustrations. going through a bootcamp right now and we are beginning with django next week. this tutorial is amazing. thanks
Thank you very much for the tutorial, the first 20 minutes were a little rough due to the different issues that came up with python \ django \ path, but I managed to resolve these and now I am delved into knowledge.
Hi Tim, I was wondering how do you know so much about a particular framework? What is your process of learning a library or a framework? Is this through your cumulative experience or do you go through the documentation extensively? How do you suggest a beginner learn a framework?
I'm a computer science student I'm in my third year now and what we've learnt fortran, pascal, cobol, basic and..... machine language this page solos my four years in this place
Amazing, Tim! Thank you! I've been out of the game for a while but I used your Python in ~75 minutes video to give myself a refresher, and now that I've followed along with this django video, I have a request: would you be open to doing a series like your previous django + react series but with Vue instead? Great channel, great content; thanks!
Hey Tim, cheers for this. Just rinsed through this as a refresher. Couple of notes: - in your views you name the request variable `response`. Ideally it'd be `request`. - You shouldn't hard code your urls. Use the `{% urls %}` tag instead - this symbol "|" is the pipe symbol - Your extended UserCreationForm redefines the email field for no real reason. Better to do it like this: ``` class BetterUserCreationForm(UserCreationForm): class Meta: fields = UserCreationForm.Meta.fields + ("email",) ``` - In the last section you'd be better using a field lookup in your filter query, rather than using `if ls in User.todolist_set` Anyway, keep up the good work!
If you're having problems creating a new project, then instead of doing what Tim did at 4:40, this command should create a new project without any issues: python -m django startproject (name here) However, you cannot have "temp" in the file name or it will give you an error.
Thank you, Tim! Helped me a lot! By the way, you run into an issue when you use brackets because then it expects you to actually pass parameters. So if you don't pass parameters you do not ut the brackets.
It's a bit sad how I pay 15 000 GBP for my university and you explain everything much more clearly, interactively and intuitively for free. Blows my mind. Thank you so much!
Thank you, Tim, you're a very helpful person, pls don't care for those 37, it's my first interaction with python and English isn't my first language but you make it very easy to understand and you talk slowly and carefully, so excited to see the rest of your videos, keep the hard work.
Great video, Tim! I have a question; do I need to have a virtual environment installed in order to use Django? If so, is there a video, you have done on how to do so?
If I'm tryin' to reach admin dashboard like you on at 49:23 it shows me exception. DoesNotExist at /admin Exception Value: ToDoList matching query does not exist.
I went through the corrections for the no attribute error you fixed at the end and made sure to do everything you did. I did the migrations after making the changes, and go a message that there was nothing to migrate. Yes, I saved before running makemigration. I'm getting this error 'AnonymousUser' object has no attribute 'todolist'
Does anyone know how to get error messages to appear in a Django project? for example if I have the line "Create New" the webpage will still render for me even though "success" is misspelled, but just without a bit of the styling. This is similar to @TechWithTim still having the webpage render but misspelled "justify". Shouldnt there be a way for the compiler to catch this error? Im using VS code
Start a high paying tech career making $60k+/year with NO DEBT: coursecareers.com/a/techwithtim
You are one of thos youtubers that helped me get a job. I am doing pretty well now and come back to you whenever I need a refresh on old topic. You dont know how much you have done for me
I appreciate your ability to not confuse things with unnecessary additional side knowledge. I was confused and perhaps even intimidated after a course i took but you made it all crystal clear in just a few hours!
Thank you very much Tim!
You have amazing teaching skills. I used to be a teacher too and i have seen many.. so i know that it is a rare ability that not everyone is able to master.
To get such quality videos for free is simply amazing for me.
Just started learning django. You truly read minds.
tim, i must say that you are pouring your heart out for the content you provide.
thanks
You’ve given me the confidence to start full stack developing with all of your tutorials. Thanks for everything you do. Can’t wait for the next series!
1 year later, how is the trip going sir
how is it
@@krustew17 maybe he died
@@krustew17 1 year later and I'm still working on the same Django project! I've been able to init, make security changes, add modules and views, and run locally to manage my index.html, now I'm trying to learn more about async Javascript Promises so I can build out the tool more robustly. Thanks for checking in, makes me feel like I'm not alone in this!
@@youaremad1736 I'm not used to checking notifications because tbh this is one of the first, if not THE first, reply I've gotten on a video! Thanks for checking in, still chugging along!
I was considering learning Django for a long time. This video is gonna help me do it finally.
no wonder you're over 1M subs now, these videos were pure gold, very high quality. Love the way you teach, keep it up!
I just started learning Full-stack developement 😂 and tim is here to help me Thanks 🥺
@Sp4rity Rip English in advance 😂😂😂😂😂😂😂😂😂😂😂😂
@Sp4rity such a peaceful insult 😗
I switched from Flask to Django after about 5 month playing with flask and found Django to be very easy and fun to do stuffs. So people having dilemma which framework to choose, learn one and then the other one is going to be easy and very similar.
Tim, you are amazing! I can't thank you enough. I tried other tutorials and for some reason had some issues. I was gonna give up on learning Django for this time, but then I decided to try your tutorial too, and bang! Everything is working so far!
I started learning django today and Tim's video popped up
I've been learning django for a month using a django course on the Internet, I bought a book also, but I really wanted to have someone who can explain it to me. And here you are. I've watched lots of your content and I appreciate your effort. You are doing a really good job.
This course actually gives you the first solid steps to start learning Django, can't thank you enough Tim for this beautiful beginners course❤
Wow, thanks!
Another one of "I just started doing full-stack and was in tremendous need of a basic tutorial in django" comments. You saved me!
Thank you for showing and telling all of the details of why you are doing the steps you are doing. This is not my first Django tutorial to attempt, but I am actually starting to understand why I am doing all the things. Thank you!!
Why do I even go to University when this guy is alive
🤣🤣🤣🤣
Tim. You deserve every good fortune that comes your way. Thanks for all that you do.
Never been this early, love your videos, you are the best
Just started a Django tutorial yesterday then I see this lol. Tim got his eyes everywhere
I wish I got this channel before, I wasted a lot of time learning from fake platforms which don’t give content like this. Thank you so much
You're a great guy, Tim. Frameworks usually give me a hard time but you made everything crystal clear.
I've watched a bunch of django courses and yours is definitely the clearest around, thanks man!
2:45:34 never been so proud of myself of having the code works and the results are tidy. I only understand 40% of this video but it is better than nothing.
Oh man, so much appreciated. I have seen Your tutorials about Python, and I'm impressed. Eloquently condensed lessons, without trying to buy people like Qazam from clever programmer. Thanks mate.
Qazi??
fantastic tutorial with links to troubleshoot issues so you can start off without any frustrations. going through a bootcamp right now and we are beginning with django next week. this tutorial is amazing. thanks
I enjoy Tim’s channel because he’s transparent, he likes algo expert and he’s clear he works there now too. Little things man
tim you are the man. keep up the content. positive energy and good vibes your way
Thank you!
I searched alot of django tutorial, but this is the tutorial where I understand the most!
thank you very much for having subtitles in your videos, I'm Brazilian and I don't have a enough english to understand when I only listen.
Once again huge thanks for your tutorials. This has been a huge help in my latest project. Hats off!
Thank you very much for the tutorial, the first 20 minutes were a little rough due to the different issues that came up with python \ django \ path, but I managed to resolve these and now I am delved into knowledge.
I have a huge respect for you. You managed to do lots of stoff at the same time.
I became your linkedin follower as well.
Coming from Flask, the Django documentation (even though it's pretty clean & simple) is a bit overwhelming, Your video just made my day 100x easier.
Tim is quite literally the man. Thank you!
I'm 1 hour in and i have to say that you made your explanations very clear and i'm enjoying learning from this video
Thanks Tim! This video helped me a lot in understanding Django.
I just started learning Django and Your video got recommended to me (MAGIC)
Hi Tim,
I was wondering how do you know so much about a particular framework? What is your process of learning a library or a framework? Is this through your cumulative experience or do you go through the documentation extensively? How do you suggest a beginner learn a framework?
Same good question how’s coding been since?
This is the best Django tutorial on RUclips
You're the only youtuber who can explain programming perfectly!
Just finished the entire tutorial. It's great! Thanks Tim.
Tim You're the best. The best Django tutorial step by step. Great Job!!!
This was immensely helpful - just got started with my first web application with Django!
This is the best resource to begin learning full-stack with.
reached the end of the video after a few days. looking forward to that deployment video, Tim
i love that you guys are trying to understand me. thanks!
I love you Tim. You've saved my life.
I'm a computer science student I'm in my third year now and what we've learnt fortran, pascal, cobol, basic and..... machine language this page solos my four years in this place
Perfectly explained and easily one of the best tutorials by far!
Amazing, Tim! Thank you! I've been out of the game for a while but I used your Python in ~75 minutes video to give myself a refresher, and now that I've followed along with this django video, I have a request: would you be open to doing a series like your previous django + react series but with Vue instead? Great channel, great content; thanks!
Best vid on YT for django by far
Yes make video on beautiful website along with deployment it on server.
Your videos are really interesting and clear and understable
Hey Tim, cheers for this. Just rinsed through this as a refresher.
Couple of notes:
- in your views you name the request variable `response`. Ideally it'd be `request`.
- You shouldn't hard code your urls. Use the `{% urls %}` tag instead
- this symbol "|" is the pipe symbol
- Your extended UserCreationForm redefines the email field for no real reason. Better to do it like this:
```
class BetterUserCreationForm(UserCreationForm):
class Meta:
fields = UserCreationForm.Meta.fields + ("email",)
```
- In the last section you'd be better using a field lookup in your filter query, rather than using `if ls in User.todolist_set`
Anyway, keep up the good work!
If you're having problems creating a new project, then instead of doing what Tim did at 4:40, this command should create a new project without any issues:
python -m django startproject (name here)
However, you cannot have "temp" in the file name or it will give you an error.
lol thx
Thank you, Tim! Helped me a lot!
By the way, you run into an issue when you use brackets because then it expects you to actually pass parameters. So if you don't pass parameters you do not ut the brackets.
been rewinding this and rewinding this to understand django.... finally got this guy on .75% speed😁😁😁 LOL much better
Finally FINISH the tutorial!! thank you so much!!
Being waiting for a while on an update of your old django series, thanks a lot Tim.
Thank you Tim, I wish one day I will be a good programmer like you
😃Good I learn so many things from you tnx bro😜
like
:- Socket programming
:- Pygame
:- python OOP
.
.
.
are u an NPC ? why are you Laughing ? i have friends who have similar communication patterns and they are like NPCs
It's a bit sad how I pay 15 000 GBP for my university and you explain everything much more clearly, interactively and intuitively for free. Blows my mind. Thank you so much!
university is not for education
Tim There is A lot of beginners courses out there make advance course so it well be great. Thanks for this course too🤗🤗🤗
Amazing! Your video is really great Tim. I like the way how you explain what's happening by coding a little and then executing the code. Thanks!
i like your teaching skills, please make the tutorial on how to deploy too, i'm really eager to learn how to deploy my django projects
this course is a real blessing!
The way you teach is so helpful.
This series is going to be extremely popular
Thank you, Tim, you're a very helpful person, pls don't care for those 37, it's my first interaction with python and English isn't my first language but you make it very easy to understand and you talk slowly and carefully, so excited to see the rest of your videos, keep the hard work.
This tutorial is amazing, thank you !
Thank You bro Love you man Was struggling a lot due to a stupid error ..that just got resolved Love you 3000...
awsome, you are one of the best on youtube, keep it up
I'm watching this video in Korea. Thank you bruh!
This is what i was waiting for, well done tim...
Hmm...okay....so this is something which I was searching for.
Thanx Tim😁😁
Love from India❤
Thank you so much Tim, you're videos are incredible.
Great video, Tim!
I have a question; do I need to have a virtual environment installed in order to use Django? If so, is there a video, you have done on how to do so?
Yeah it is best practice to use a virtual environment.
You can Google "How to setup a virtual environment for Django"
I love this guy! Seriously good explanations. Subscribed, liked and commented. Thank you!
Hey Tim, thanks so much for these awesome videos; you've been helping me a ton.
Logout GET method has been depreciated in Django5
just starting out, hopefully it is very good!
Thank you verry much for this great tutorial,I have learn so much from you👍🇳🇱 Iam from Holland
Tim of COurrrseee you have the perfec django video i was looking for lol you are such a beast
Also, thanks for not editing out moments where you have bugs. It really helped me to understand how you problem solve!
Wow i just started learning django and this popped. Thank you Tim!
Thumbnails are getting better
Keep up the good work ( of editors ) 😂😂
Great video and very well presented, this man is going places!
If I'm tryin' to reach admin dashboard like you on at 49:23 it shows me exception.
DoesNotExist at /admin
Exception Value: ToDoList matching query does not exist.
me too
does anyone know how to fix this
me too. anyone knows?
admin => admin/ 이런식으로 적으세요.
I come here for the title, but I don't have idea that it would be in English. However I'm learning. And try to improve my English listening... Haha
1:42:00 i just copied the same code but it is not response for me to a new page containing the new value of todolist and there is no error shown
i have exactly same thing... have you solved it ?
@@zlayp3x220 I'm sorry for late answer i didn't find solution I moved on for another video for Django tutorial
Keep this up man, seriously, keep it up.
I went through the corrections for the no attribute error you fixed at the end and made sure to do everything you did. I did the migrations after making the changes, and go a message that there was nothing to migrate. Yes, I saved before running makemigration. I'm getting this error
'AnonymousUser' object has no attribute 'todolist'
Such a great teacher, Very knowledgeable.
Does anyone know how to get error messages to appear in a Django project? for example if I have the line "Create New" the webpage will still render for me even though "success" is misspelled, but just without a bit of the styling. This is similar to @TechWithTim still having the webpage render but misspelled "justify". Shouldnt there be a way for the compiler to catch this error? Im using VS code
1:03:00
just pretend like that.... lol, made me laugh harder🤣🤣. anyway, I went through your video super helpful! thank you, Tim
Thank you Tim! Btw someone should create the "essentially" counter
This is an excellent tutorial. Thank you for posting it.
your amazing honestly keep it going bro.
This video is really effective. Thank you for this amazing one.
love these vids Tim mate
Thanks. Straight to the point.