1:15 Installing. Virtual environment 18:54 Set up code text editor 22:27 Django settings 29:48 Built-In components 46:22 New model fields 59:27 Custom homepage 1:04:08 URL routing 1:16:50 Django templating engine basics 1:23:59 Include template tag 1:49:09 Render data from the database with a model 2:06:50 Django model forms 2:35:33 Form widgets 2:41:29 Form validation methods 2:48:59 Initial values for forms 2:51:44 dynamic URL routing 3:00:00 Dynamic linking of URLs 3:03:10 In app URLs and Namespacing 3:15:42 Class based views - CreateView
@35_rishikeshpatil344 жыл бұрын
Thanks man there's the upvote for u
@lousimms47664 жыл бұрын
you're an internet hero!
@dylanmahmoud7434 жыл бұрын
Life saver
@TomThomasVempala4 жыл бұрын
people are awesome
@claudiuh93354 жыл бұрын
2:51:44 dynamic URL routing
@lalo92-84 ай бұрын
Fell asleep and woke up here
@Tanybrit3 ай бұрын
Yessssss😂😂😂😂😂😂
@carlosrios17162 ай бұрын
Yep same here
@antonymahendra54772 ай бұрын
Same with me
@matthewuzhereАй бұрын
same lol
@alexandereisenbruck672Ай бұрын
Same. Just now. Its one in the morning, was watching some esports before going to bed.. how it landed me here I have no clue.
@chicoze2 Жыл бұрын
I often look in the comments before watching a big video like this to not loose time.. if you are doing this, you just find THE VIDEO!!
@pearl-r8h Жыл бұрын
Should I give it a watch? In his video, he's working with Django 2.0, but the most latest version is 4.0. Let me know quickly-I'm waiting.
@chicoze2 Жыл бұрын
@@pearl-r8h For me, this video helped to get the concepts about how a Django project is structured, so it kinda worth it
@matthewzarate885113 күн бұрын
You look SO familiar to me! hahah
@chicoze210 күн бұрын
@@matthewzarate8851 Me? ahaha. I'm just a pretty common guy!
@kellymcgowan54143 жыл бұрын
I can't thank you enough for this tutorial, Django has been a thorn in my side for so long i was beginning to think i was never going to understand it, easy to understand, methodical and easily digestible. love it
@sidrahms74583 жыл бұрын
If you are seeing error on section 8 like so: Operation Error No such table: main.auth_user__old then do this in powershell or terminal first used: pip install --upgrade django==2.1.5 Then I used python manage.py makemigrations then python manage.py migrate Then I used python manage.py runserver Worked like a charm,
@sidrahms74583 жыл бұрын
@@grabacionesfiuba8529 welcome, and I am a girl :)
@sidrahms74583 жыл бұрын
@@grabacionesfiuba8529 No worries.:)
@munteanionut39933 жыл бұрын
I wish I hadn't spent 2 hours before solving it prior to finding this comment : )). Your comm should be right under the first guy with 1.2k+ likes.
@hank919183 жыл бұрын
MVP
@programmingwithmiko42944 жыл бұрын
Looking for Django Unchained. Ended up becoming a programmer. Thanks KZbin. Jokes aside, great video thank you very much :)
@siddharthbisht85224 жыл бұрын
I don't understand . Why isn't he explaining stuff. What is he doing. Why doesn't he tell what migrate does. And 100 things that he do. Will he explain later. If so why doesn't he say that he will explain later. It feels like that I should know what migrate is and other stuff that he just casually types there
@siddharthbisht85224 жыл бұрын
@@nabbikill I have a good amount of experience with Python. Bad day maybe. Exhaustion from staying home all this time. I want to go out ,eat a pizza , go to mall and do some swimming . I am going crazy lol.
@11hamma4 жыл бұрын
@@siddharthbisht8522 lockdown is getting u fam
@claw14794 жыл бұрын
@@11hamma its getting all of us😞
@11hamma4 жыл бұрын
@@claw1479 truuuee 😔😔
@HostDotPromo6 жыл бұрын
I met this guy in real life once, super cool dude! Glad to see him succeeding big time! 👍
@prettycode40285 жыл бұрын
wat? in real life? were?
@rabeast19914 жыл бұрын
@@prettycode4028 janitor at his university
@divancode37254 жыл бұрын
@@rabeast1991 you must be kidding me
@sixshorts62274 жыл бұрын
@@divancode3725 😂😂😂😂
@SumriseHD4 жыл бұрын
@Saketh p ?
@alessandroalmeida15124 жыл бұрын
1. Create a Blank Django Project 14:40 2. Setup your Code Text Editor 18:54 3. Settings 22:26 4. Built-In Components 29:47 5. Your First App Component 33:57 6 . Create Product Objects in the Python Shell 42:34 7. New Model Fields 46:18 8. Change a Model 52:52 9. Default Homepage to Custom Homepage 59:27 10. URL Routing and Requests 1:04:47 11. Django Templates 1:10:22 12. Django Templating Engine Basics 1:16:49 13. Include Template Tag 1:23:59 14. Rendering Context in a Template 1:26:51 15. For Loop in a Template 1:33:21 16. Using Conditions in a Template 1:37:01 17. Template Tags and Filters 1:42:16 18. Render Data from the Database with a Model 1:49:07 19. How Django Templates Load with Apps 1:59:55 20. Django Model Forms 2:06:50 21. Raw HTML Form 2:14:17 22. Pure Django Form 2:25:33 23. Form Widgets 2:35:31 24. Form Validation Methods 2:41:29 25. Initial Values for Forms 2:48:59
@TheGrandmaster14 жыл бұрын
This has got to be one of the greatest channels on all of KZbin, plain and simple.
@jerrywalson24033 жыл бұрын
I 9 o
@danielalejandrohernandez52314 жыл бұрын
I was looking for a course of "Django" for developers where you don't want to waste so many hours in so basic things such as understanding MVC, how a web system works, ORM, instead I wanted to know the fundamentals of the framework and I have enjoyed so much this, I came from so many years as Java developer and I wanted to buy Python since has gained so much terrain and this guy sell it tome so dam well, thanks for your material man! it's really appreciated.
@thejonellwood4 жыл бұрын
This is outstanding. Reading some of the comments people say it's too fast paced...but I love its pace! It has taken me about 10 hours to the 3 hour mark because I have to pause, rewind, pause, etc... to figure out why my stuff doesn't match his. But I KNOW so much more about the what and why than if it was just follow along and he explained every little detail every time. I can wait to binge more of his videos!
@ferdiaek55574 жыл бұрын
so far , this is the best tutorial for django for absolute begginers , this is even better than paid courses i purchased , thank you man
@eliasestebanalonzo8344Ай бұрын
Very happy to find this channel. Just entering to the python world, building up a production program, very clear and pleasent speaker. Hi from Paraguay :) .No sleepy state, no boring , no sleep OMG 3 hours without a yawn . THAT is colossal
@jennybh6207Ай бұрын
hi there! he's working with Django 2.0, but the most latest version is 5.0. should i give this a watch?
@cesaremannino27744 жыл бұрын
Ehy Ehy Ehy, this video is a gem. Already one hour into it and gave me more than all other tutorials I followed(three). This guy got real talent on explaining , the fact that repeat concept over and over and make yourself delete/change the directories all the time ,make the concept going deep into my brain and eventually everything clicks. Great!!!
@amangarg92943 жыл бұрын
8
@amangarg92943 жыл бұрын
8
@18.michaelmaramag894 жыл бұрын
I am giving this man a hands down 🙌 for standing 4 hours just teach us guys..
@klementomeri59105 жыл бұрын
Actually im on a 3 month full-stack developer course and it is super intensive. This course helping me to learn fundamentals of django with a way i dont think i will forget. Thank you so much lecturer and freeCodeCamp for this great course.
@vajk75 жыл бұрын
One of the best tutorials on a specific programming topic I ever saw and used. For programmers in hurry, it is at the right pace, depth and width. Many thanks, really great work!
@alijubril79132 жыл бұрын
mhen, you couldn't have said it any better... Great for beginners
@stayinawesum5 жыл бұрын
⭐️Course Contents ⭐️ (for mobile users) ⌨️ (0:00:00) 1 - Welcome ⌨️ (0:01:14) 2 - Installing to Get Started ⌨️ (0:05:02) 3 - Setup your Virtual Environment for Django ⌨️ (0:14:39) 4 - Create a Blank Django Project ⌨️ (0:18:54) 5 - Setup Your Code Text Editor ⌨️ (0:22:27) 6 - Settings ⌨️ (0:29:58) 7 - Built-In Components ⌨️ (0:33:57) 8 - Your First App Component ⌨️ (0:42:34) 9 - Create Product Objects in the Python Shell ⌨️ (0:46:18) 10 - New Model Fields ⌨️ (0:52:52) 11 - Change a Model ⌨️ (0:59:27) 12 - Default Homepage to Custom Homepage ⌨️ (1:04:48) 13 - URL Routing and Requests ⌨️ (1:10:23) 14 - Django Templates ⌨️ (1:16:50) 15 - Django Templating Engine Basics ⌨️ (1:24:00) 16 - Include Template Tag ⌨️ (1:26:49) 17 - Rendering Context in a Template ⌨️ (1:33:21) 18 - For Loop in a Template ⌨️ (1:37:01) 19 - Using Conditions in a Template ⌨️ (1:42:17) 20 - Template Tags and Filters ⌨️ (1:48:59) 21 - Render Data from the Database with a Model ⌨️ (1:59:55) 22 - How Django Templates Load with Apps ⌨️ (2:06:50) 23 - Django Model Forms ⌨️ (2:14:16) 24 - Raw HTML Form ⌨️ (2:25:33) 25 - Pure Django Form ⌨️ (2:35:30) 26 - Form Widgets ⌨️ (2:41:29) 27 - Form Validation Methods ⌨️ (2:48:59) 28 - Initial Values for Forms ⌨️ (2:51:42) 29 - Dynamic URL Routing ⌨️ (2:54:26) 30 - Handle DoesNotExist ⌨️ (2:56:24) 31 - Delete and Confirm ⌨️ (2:58:24) 32 - View of a List of Database Objects ⌨️ (3:00:00) 33 - Dynamic Linking of URLs ⌨️ (3:01:17) 34 - Django URLs Reverse ⌨️ (3:03:10) 35 - In App URLs and Namespacing ⌨️ (3:07:35) 36 - Class Based Views - ListView ⌨️ (3:10:45) 37 - Class Based Views - DetailView ⌨️ (3:15:38) 38 - Class Based Views - CreateView and UpdateView ⌨️ (3:21:23) 39 - Class Based Views - DeleteView ⌨️ (3:24:02) 40 - Function Based View to Class Based View ⌨️ (3:27:15) 41 - Raw Detail Class Based View ⌨️ (3:30:31) 42 - Raw List Class Based View ⌨️ (3:33:32) 43 - Raw Create Class Based View ⌨️ (3:26:03) 44 - Form Validation on a Post Method ⌨️ (3:37:58) 45 - Raw Update Class Based View ⌨️ (3:41:13) 46 - Raw Delete Class Based View ⌨️ (3:42:17) 47 - Custom Mixin for Class Based Views
@Slide-Board5 жыл бұрын
btw its in the description ⭐️Course Contents ⭐️ ⌨️ (0:00:00) 1 - Welcome ⌨️ (0:01:14) 2 - Installing to Get Started ⌨️ (0:05:02) 3 - Setup your Virtual Environment for Django ⌨️ (0:14:39) 4 - Create a Blank Django Project ⌨️ (0:18:54) 5 - Setup Your Code Text Editor ⌨️ (0:22:27) 6 - Settings ⌨️ (0:29:58) 7 - Built-In Components ⌨️ (0:33:57) 8 - Your First App Component ⌨️ (0:42:34) 9 - Create Product Objects in the Python Shell ⌨️ (0:46:18) 10 - New Model Fields ⌨️ (0:52:52) 11 - Change a Model ⌨️ (0:59:27) 12 - Default Homepage to Custom Homepage ⌨️ (1:04:48) 13 - URL Routing and Requests ⌨️ (1:10:23) 14 - Django Templates ⌨️ (1:16:50) 15 - Django Templating Engine Basics ⌨️ (1:24:00) 16 - Include Template Tag ⌨️ (1:26:49) 17 - Rendering Context in a Template ⌨️ (1:33:21) 18 - For Loop in a Template ⌨️ (1:37:01) 19 - Using Conditions in a Template ⌨️ (1:42:17) 20 - Template Tags and Filters ⌨️ (1:48:59) 21 - Render Data from the Database with a Model ⌨️ (1:59:55) 22 - How Django Templates Load with Apps ⌨️ (2:06:50) 23 - Django Model Forms ⌨️ (2:14:16) 24 - Raw HTML Form ⌨️ (2:25:33) 25 - Pure Django Form ⌨️ (2:35:30) 26 - Form Widgets ⌨️ (2:41:29) 27 - Form Validation Methods ⌨️ (2:48:59) 28 - Initial Values for Forms ⌨️ (2:51:42) 29 - Dynamic URL Routing ⌨️ (2:54:26) 30 - Handle DoesNotExist ⌨️ (2:56:24) 31 - Delete and Confirm ⌨️ (2:58:24) 32 - View of a List of Database Objects ⌨️ (3:00:00) 33 - Dynamic Linking of URLs ⌨️ (3:01:17) 34 - Django URLs Reverse ⌨️ (3:03:10) 35 - In App URLs and Namespacing ⌨️ (3:07:35) 36 - Class Based Views - ListView ⌨️ (3:10:45) 37 - Class Based Views - DetailView ⌨️ (3:15:38) 38 - Class Based Views - CreateView and UpdateView ⌨️ (3:21:23) 39 - Class Based Views - DeleteView ⌨️ (3:24:02) 40 - Function Based View to Class Based View ⌨️ (3:27:15) 41 - Raw Detail Class Based View ⌨️ (3:30:31) 42 - Raw List Class Based View ⌨️ (3:33:32) 43 - Raw Create Class Based View ⌨️ (3:26:03) 44 - Form Validation on a Post Method ⌨️ (3:37:58) 45 - Raw Update Class Based View ⌨️ (3:41:13) 46 - Raw Delete Class Based View ⌨️ (3:42:17) 47 - Custom Mixin for Class Based Views
@CHRISTOPHE-dc7ve3 жыл бұрын
I took many django courses without totally understanding what I was doing and learning but now I understood everything. I thank god for your existance
@davidk67744 жыл бұрын
At the start I was really annoyed how detailed you explain everything because I already tested django a bit. But going further and further I got more thankful and more thankful that you explain everything that detailed. You are doing a great job!
@sarmad54 Жыл бұрын
What is the name of this tutor
@azharfaturohman49404 жыл бұрын
⭐️Course Contents ⭐️ ⌨️ (0:00:00) 1 - Welcome ⌨️ (0:01:14) 2 - Installing to Get Started ⌨️ (0:05:02) 3 - Setup your Virtual Environment for Django ⌨️ (0:14:39) 4 - Create a Blank Django Project ⌨️ (0:18:54) 5 - Setup Your Code Text Editor ⌨️ (0:22:27) 6 - Settings ⌨️ (0:29:58) 7 - Built-In Components ⌨️ (0:33:57) 8 - Your First App Component ⌨️ (0:42:34) 9 - Create Product Objects in the Python Shell ⌨️ (0:46:18) 10 - New Model Fields ⌨️ (0:52:52) 11 - Change a Model ⌨️ (0:59:27) 12 - Default Homepage to Custom Homepage ⌨️ (1:04:48) 13 - URL Routing and Requests ⌨️ (1:10:23) 14 - Django Templates ⌨️ (1:16:50) 15 - Django Templating Engine Basics ⌨️ (1:24:00) 16 - Include Template Tag ⌨️ (1:26:49) 17 - Rendering Context in a Template ⌨️ (1:33:21) 18 - For Loop in a Template ⌨️ (1:37:01) 19 - Using Conditions in a Template ⌨️ (1:42:17) 20 - Template Tags and Filters ⌨️ (1:48:59) 21 - Render Data from the Database with a Model ⌨️ (1:59:55) 22 - How Django Templates Load with Apps ⌨️ (2:06:50) 23 - Django Model Forms ⌨️ (2:14:16) 24 - Raw HTML Form ⌨️ (2:25:33) 25 - Pure Django Form ⌨️ (2:35:30) 26 - Form Widgets ⌨️ (2:41:29) 27 - Form Validation Methods ⌨️ (2:48:59) 28 - Initial Values for Forms ⌨️ (2:51:42) 29 - Dynamic URL Routing ⌨️ (2:54:26) 30 - Handle DoesNotExist ⌨️ (2:56:24) 31 - Delete and Confirm ⌨️ (2:58:24) 32 - View of a List of Database Objects ⌨️ (3:00:00) 33 - Dynamic Linking of URLs ⌨️ (3:01:17) 34 - Django URLs Reverse ⌨️ (3:03:10) 35 - In App URLs and Namespacing ⌨️ (3:07:35) 36 - Class Based Views - ListView ⌨️ (3:10:45) 37 - Class Based Views - DetailView ⌨️ (3:15:38) 38 - Class Based Views - CreateView and UpdateView ⌨️ (3:21:23) 39 - Class Based Views - DeleteView ⌨️ (3:24:02) 40 - Function Based View to Class Based View ⌨️ (3:27:15) 41 - Raw Detail Class Based View ⌨️ (3:30:31) 42 - Raw List Class Based View ⌨️ (3:33:32) 43 - Raw Create Class Based View ⌨️ (3:26:03) 44 - Form Validation on a Post Method ⌨️ (3:37:58) 45 - Raw Update Class Based View ⌨️ (3:41:13) 46 - Raw Delete Class Based View ⌨️ (3:42:17) 47 - Custom Mixin for Class Based Views
@diegodomenig18344 жыл бұрын
Kudos, this is one of the best tutorials I've ever followed. Doesn't waste time on trivial stuff and explains everything perfectly. 10/10
@svdfxd4 жыл бұрын
which Django version did you install
@mohammadaram66444 жыл бұрын
@@svdfxd me 3.0.4
@emrandilixiati13324 жыл бұрын
I Dont usually write youtube comments, but for this one I have to. Amazing tutorial. Read a lot of tutorials before watching this video and almost gave up on installation. You explained every concept very well throughout the whole video. AMAZING! I am halfway through, need to pause the video every 20 sec to understand it fully. Appreciate the tutorial a lot.
@emrandilixiati13324 жыл бұрын
Finally Done! worth it !
@ogs37215 жыл бұрын
Awesome tutorial. But in the second half, multiple ways were explained to do the same thing like using Forms in Django. We try the previous method and when we try to actually figure out that, all of a sudden we are told that it's not a good way to follow that method. Then we have to learn the new method and it's confusing most of the time. If that way of explaining some steps was avoided this video could have been shorter and much cleaner than this. Anyway, apart from that this is the best Django tutorial on KZbin.
@brumarul74815 жыл бұрын
I like that you actually teach :) Not just copy-paste the whole template and BOOM, you've created a website
@lowkeygaming47166 жыл бұрын
The very first useful channel that I found when I was starting Django last year. 👌
@seungsooim21832 жыл бұрын
hey man. i just want to say i greatly appreciate this tutorial. i was struggling for hours trying to even get django started and write a simple "hello world" application but kept running into problems and after about 10 hours i finally stumbled on your video and you solved all my issues perfectly. thank u so much man.
@chase82645 жыл бұрын
1:12:15 I thought you just shut down and went into recovery mode. Awesome tut dude, thank you!
@luciogutierrez9973 жыл бұрын
Got a new job where I need to use Django. Already quit my last job. Only got a couple of days to get either relatively good at it, or jobless... and found this gem. Can't thank you enough.
@guillermogreco34272 жыл бұрын
So how did it go? Did this video get you the knowledge you needed.? If so how long did it take you?
@Nathan-zc1qs2 жыл бұрын
ok he a life saver i watched one vid of an indian guy he completely confused me when i came to him i understood alot am not lost am following steadly God bless u and am not done with the course yet i started 2day
@mcsonicteamАй бұрын
Don’t ask me how. But for the last week or so I’ve been waking up during the night, on some kind of coding course video. I’ve never watched one in my life before, now I can’t stop waking up on them. I fell asleep watching The IT Crowd.
@BrightCode4 жыл бұрын
Coronavirus is a blessing in disguise since I have free time to learn this.
@cheikhnasall4 жыл бұрын
BrightCode Me too 🙂
@fahadxxdbl4 жыл бұрын
same bro
@tbp45904 жыл бұрын
100% utilise the time!
@prosunsett30454 жыл бұрын
Because you and some others get extra time or time to build up their skill does not mean it is a blessing for everyone.
@danusarulnesan36374 жыл бұрын
@@prosunsett3045 He states that it is a blessing for him not for everyone, pipe down boi!
@luisangeld98944 жыл бұрын
OMG, this is the best video I've seen explaining Django, in fact I am creating my own blog based on this video! thank you so much
@asulav5 жыл бұрын
1:32:25 "It's not a bug, it's a feature." Sadly this line did not work on my professor...
@not2day6465 жыл бұрын
Lol
@bsBakchodi4 жыл бұрын
The Python dict string uses single quotation marks, and JSON enforces double quotation marks. We should use ' ' single quotes instead of double quotes !
@venkattejaraavi56924 жыл бұрын
silicon valley
@sneipen1574 жыл бұрын
@@bsBakchodi does not work
@olliewelsh1234 жыл бұрын
only been doing django for 3 or 4 months now. just discovered the right click 'go to definition' feature. oh my days my world has been changed now. great video thanks
@Stellarspace955 жыл бұрын
django is quite the framework! its a little headache that turns into blissful experience once you understand the concepts
@hunggamerofficial32525 жыл бұрын
Do you use Pycharm to learn Django? In this video, it's all about Sublime Text and CMD
@RoylanMartinez5 жыл бұрын
@@hunggamerofficial3252 I use pycharm
@hunggamerofficial32525 жыл бұрын
@@RoylanMartinez So do you know how i can use Django in Pycharm????
@RoylanMartinez5 жыл бұрын
@@hunggamerofficial3252yeah, Django in Pycharm is pretty useful. It's almost the same always. I have been combining some videos with the oficial documentation. Anyway the best way to learn it is by practicing it.
@sweekardahal98115 жыл бұрын
What about anaconda ?
@zhenmingyan22773 жыл бұрын
I love this guy, clear English speaking, well prepare materials as well as clean chapter arrangement. Very helpful video. Thank you so much!
@agungokill4 жыл бұрын
thanks! i'm PHP native devs, after watching your videos, i understand the basic "logic" of Django, not that far from PHP just like PHP without bracket and close tag, but when it comes into templating surprisingly i can understand well because it's just like PHP
@SanceShaji Жыл бұрын
He is so good of a computer techie/programmer that he barely looks into his keyboard while typing codes and knows a lot of coding shortcuts.
@joel20111406 жыл бұрын
Greetings from Angola ( Africa ) thanks a lot
@mini_frank6 жыл бұрын
I want to go to wakanda
@Fereprime3 жыл бұрын
He is the best programming teacher I have ever seen in my entire life!!!
@HotNoBeansАй бұрын
Fell asleep to a completely unrelated video, woke up here. 😂
@priyanbp12344 жыл бұрын
i never ever comment on tutorial videos...u made me to do. u rocks bro...the way u explaining was good and clean...
@SSNUTHIN4 жыл бұрын
Took me a few retries but I finally finished this walkthrough. This course felt a bit rough around the edges, but I think that was mainly an issue of speed; with the course set to 0.75x playback speed I found that very manageable. I wish the course were organized just a tad bit different, I generally prioritize a certain kind of logical progression over the speed to running code. It is one of those things where I just want slightly different things out of a course, so I put the onus on myself to make a tutorial that is more my style. This guy did a great job and I think succinctly achieved his objective of compacting an introductory django course into 4 hours of content. I'm just a django in 14 hours kind of gal. ;) If you're thankful and you know it, let ads run! Thanks FCC! Happy coding everyone!
@ryThMoP182 жыл бұрын
And here i was watching in 1.75x 😐
@MasterMathematicswithMatthias Жыл бұрын
when i don't understand somewhere, i just stop and go to the tutorial or ask chatgpt.
@brettgregory36225 жыл бұрын
Awesome vid man! About halfway through it and am already beginning to utilise all the concepts and techniques from your video in my own projects!
@thutaisnotyours4 жыл бұрын
I'm 14 years old programmer in myanmar. Thank you for this tutorials
@kcseanbrixd.calinao67002 жыл бұрын
for anyone having a problem with the setup not working.. it might be because of the version.. currently the latest python doesn't support django 2.0.7.... you can either downgrade ur python ver or raise django version.. i had a hard time figuring this one out and so i wanted to help out.
@demiurgerenz10 ай бұрын
Thanks a lot. i almost ran mad here.😂😂😂😂😂😂
@digitalworld1haarin9052 жыл бұрын
oh! thanks man. i watched first one hour and you solved my biggest problem!!! i got confused alot of youtube vids. thnks man! i really appreciated.
@minlin97054 жыл бұрын
watched for one and a half hour, I like this tutorial a lot. I tried to learn Django and bootstrap before learning these basic concepts, it was very hard for me to understand. Now I can understand a lot. Thanks.
@sukrutbilaskar91283 жыл бұрын
One of the best django tutorial on KZbin.
@usoppgostoso Жыл бұрын
If you're watching this 2023, you can use more recent versions of Django, that's what I did, I had no problemas at all.
@ehsankalateh6785 Жыл бұрын
Thanks bro
@prajwalhc3606 Жыл бұрын
Thanks bro 🙏
@kabrownie8 ай бұрын
2024
@SahilVanarse-n4x7 ай бұрын
Is this a complete django course ?? Can I start this ??
@kaimopatinas4 ай бұрын
😊❤😂 @@ehsankalateh6785.
@boycececil6663 жыл бұрын
After some kindof struggle and and working around, I finally finish the 4-hour crash course about django, I have to say I only know the most superficial surface of all that part, the next part is html and css and javascript, and there is still a lot more stuffs in this world, I have to say, a good teacher is really valuabl, and actually the most valuable thing is that your ability to learn no matter how hard it seems to be at the beginning, in the end, everything will continuely become easier and easier.
@maureento54355 жыл бұрын
OMG this is amazing! Best complete tutorial on Django and installing a Django project in virtual environments along with showing us the intricacies of creating a virtualenv and how to reactivate it for your projects. Amazing so far! Looking forward to knowing Django inside out after so many tutorials missing this and that!
@nurbektaizhanov45344 жыл бұрын
One of the most best videos of KZbin!
@ILIILLLIIILL6 жыл бұрын
I love the lesson as much as index on description! thank you a lot
@logantv694 жыл бұрын
Thank you!! I would've never expanded the description and found that!
@dangcuong56154 жыл бұрын
Watching this to learn Python Django, even I don't understand much English, so I just use google translation, learning a lot from this video. Thanks the man!!
@flaredev5 жыл бұрын
thank you for this tutorial, I never enjoyed learning a framework but today!
@henryhsu9517 Жыл бұрын
ListView 3:07:35 1. Create a New App named Blog 2. Add 'Blog' to you Django project 3. Create a Model named Article 4. Run Migrations 5. Create a ModelForm for Article 6. Create `article_list.html` & `article_detail.html` Template 7. Add Article Model to the Admin 8. Save a new Article object in the admin
@catface6 жыл бұрын
huge props and instant sub to this guy. best django tutorial I've seen.
@CodingEntrepreneurs4 жыл бұрын
🤯
@boyutang69903 жыл бұрын
Thanks!
@mallusrgreat3 жыл бұрын
yooo thanks for helping our bois
@XSETKunoFN3 ай бұрын
I literally just woke up to this
@jeyRL_CRO2 ай бұрын
Me too hahahaaahhaha
@yeyintaung9837 Жыл бұрын
i really love the way you teach ,so comforting ,no stress at all
@jatinrajj5 жыл бұрын
Really appreciate the no adds feature
@glaceondev41494 жыл бұрын
Yeah course is outdated but still 95% stuffs are same...and guys trust me this dude got the real stuffs that you need to know about django. i have seen lots of django course but they didn't cover many important stuffs but this guy covered those all :D
@curtj41104 жыл бұрын
Thanks for the videos. Have a question. In video 28 - Initial Values for Forms 2:48:59, you begin talking about render_initial_data. Unless I missed something, this topic was jumped into without providing a transition from the previous video 27 - Form Validation Methods 2:41:29. Video 28, products->views.py starts out with only one function - render_initial_data. What happened to product_create_view and product_detail_view functions that were in video 27.
@lukiospl3 жыл бұрын
comment def product_create_view from views, then update urls.py (replace product_create_view with render_initial_data)
@muaviahmapara92814 жыл бұрын
The best django tutorial ever. To the the point.
@harshvardhanjain10854 жыл бұрын
You cleared most of my doubts. Thanks for this Tutorial and for succeeding such a big time. You really deserve 10000000000000000000000000000000000000000000000000000000 subscribers for this tutorial.
@SilvaOnTube5 жыл бұрын
OK, Kudos, He did explain better as he moved on and showed three different ways to create virtual environments in precise details. All my questions got answered. Yay! And I have it working on both Windows and the Mac.
@MiCt06 жыл бұрын
Man, great tutorial, I've started using "what do you know" phrase a lot more after this :D
@KushChoudhary5 жыл бұрын
what do you know?
@DavidBerglund4 жыл бұрын
what DO you know?
@theboiyoulove51244 жыл бұрын
@@DavidBerglund what DO you know
@thetj70933 жыл бұрын
Followed your tutorial, did some more work on my own and got my first full stack web dev job - Thx a ton 👍
@josephbelhadj1936 жыл бұрын
Best on youtube 🔥🔥💻
@semanurdin27776 жыл бұрын
Corey Schafer
@Canda-fh4xc5 жыл бұрын
@@semanurdin2777 : Also Maximilian Schwarzmuller for Front-End
@ayzrag92292 жыл бұрын
One of the best turarials out there good job bro!
@yogeshkhere56285 жыл бұрын
Love from India
@beats_and_bytes_by_naabbit3 ай бұрын
Every time I come back I will put the timestamp here to continue so ignore this time stamps : ) The course is great as well 33:59 54:10 1:37:03 2:13:53
@Raahim3 жыл бұрын
I'm in love with the way this man says "COOL"...
@UBLAunripped4 жыл бұрын
SO GREAT GUYS - we gained SO MUCH - thank you - we loved the 'big video' idea - we chipped away at your 4hrs over 2 days and love it!
@nagrawal444 жыл бұрын
Great course! found It really valuable and I'm using it to create my own site now. Thank you for making this so accessible for us!
@mushypeeze3545 Жыл бұрын
Really loving this tutorial. I always thought setting up a website in Python was messy and complicated. Having come from a PHP/Laravel background I've realised that Python/Django is a much superior product and does a lot of the "grunt" work for you in the background.
@dembrosstudios20762 жыл бұрын
For anyone who receives an error when running djago-admin startproject I installed the latest version of Django (4.0.3) and it fixed the issue.
@ivanwu1023 ай бұрын
Woke up to this
@GoMissy2 жыл бұрын
I wanted to say thank you so much. It's an amazing tutorial. I am making huge progress to build my website by watching this video.
@Jstt016 жыл бұрын
The best Django tutorial by far.
@_MusageteS_2 жыл бұрын
Awesome, i never did think the day will come when i'd learn Django but here i am and boy is it amazing
@shreejanshrestha19314 жыл бұрын
at 1:58 he promised that he won't repeat "object" and broke it immediately after a second. haha... A moment like this makes things funny and freshens up the mind immediately.
@jonfiske85753 жыл бұрын
isn't that at 1:59:22
@danielcaballero884 жыл бұрын
Hi! Great tutorial. Since it's more than a year old now I like to share that: November 2020: I used 'conda' for virtual environmentes and 'django' 3.1.3, and it all worked fine!
@rickyc19914 жыл бұрын
thanks, I was wondering about this
@Jaybearno5 жыл бұрын
This is one of my favorite video tutorials I've come across. Great pacing and balance of concepts & details. Keep up the good work, I'll be following!
@SayWhat3368 ай бұрын
okmmmmmmo
@dannyosom32934 жыл бұрын
great course, after 2 hours things are getting more complicated for a beginner so you might wanna put speed 0.75, pause after each module , do what u saw on the video and try to undestand what you did, Django documentation is great to help you with that
@luxnox93036 жыл бұрын
For anyone that doesn't already have python3 installed, when you get to the point of pip installing django, if it sends an error saying it can only find 1.whatever versions of django, just use pip3 install django==2.0.7 . This will ensure that a python3 compatible version of django is installed. If you're on mac and dont have pip3 just, brew install pip3.
@knucklehead99-z1w5 жыл бұрын
Perfect. Works like a charm on Linux Mint 19.1 (Tessa). Thank you for that!
@filipepaganelli2 ай бұрын
I haven't got to the end yet but great tutorial so far. Very informative! It solved a lot of questions that I had!
@s4kuram0chi_125 жыл бұрын
I can't believe i finished the course :P damn
@sanjaymaniam4 жыл бұрын
Why not?
@dan-simi69 ай бұрын
By far the best tutorial on Django!
@AndreGomes-th1wq4 жыл бұрын
Congratulations, your complete course for beginners helped me a lot, you're a great teacher. Thank you very much, I hope you can bring an advanced course soon.
@informativecontent47784 жыл бұрын
I love this guy, he got me into coding with python
@RAWRCoding5 жыл бұрын
Great tutorial! Explains mostly everything you would want to know!
@sophon445 жыл бұрын
Very clear explanation throughout the whole video, you're saving lives.
@meandme34233 жыл бұрын
Спасибо!
@alexander.belyakov4 жыл бұрын
There's a stark difference between the first two hours and the rest of the video. The first two hours are well-explained and logically structured. Somewhere around the two-hour mark chaos begins. Something is being done on the screen, and while I was able to repeat this stuff, I lost all understanding of the underlying logic and structure.
@SabotageGG4 жыл бұрын
doing some stuff then deleating some just for sake of showing something and doing it really fast doesnt help anything but makes it super boring
@subhashbhalerao20082 жыл бұрын
Really nice explained, just watched this video 45 minutes, and now I can understand some concepts which were so hard for me before, thank you very much
@hhbadarin5 жыл бұрын
Here's how to install django on Windows 10: 1. Install python 2. After Installing python, Run Windows Powershell as an administrator and type the following command: pip install virtualenvwrapper-win 3. Then create a virtual environment for your project: mkvirtualenv myproject 4. now Django can be installed easily using pip within your virtual environment. In the command prompt, ensure your virtual environment is active, and execute the following command: pip install django