Here is the code for the Django Base Template! pastebin.com/AMzZVL12
@Monray879 ай бұрын
it doesn't seem to work on my end
@paulovictordsantos9 ай бұрын
not working
@winstonloke28607 ай бұрын
not working either
@aromalsuresh126 ай бұрын
its not working
@SynysterEskimo6 ай бұрын
For everyone running in to an error with the base template code, I found the issue. On line 11 in the link code, the rel="stylesheet" is typed out twice. If you remove the first rel="stylesheet", it fixes the issue.
@ban_droid Жыл бұрын
this 20 minute video show my entire django experience
@gemini1q Жыл бұрын
Starting with the Django installation and ending with building an app, this video is incredible! I spent a straight 12 hours trying to get a simple website to work on my local computer without a database on Django. This video is absolutely invaluable!
@exoZelia Жыл бұрын
This is a video version of the Django tutorial on Django's own website. This is not a critique, I'm glad you did this.
@noorzaibchohan12008 ай бұрын
this tutorial is indeed very helpful to those who are currently learning Django. I'm in middle of making an Django project i came across this video and basic concepts are revised very efficiently. now i feel more confident about Django. very basic but very very helpful and to the point.
@kulsumkhansla41012 ай бұрын
I had forgotten Django and thought it would take weeks to relearn, but this resource saved me a lot of time and effort. It’s a concise video that makes Django seem much easier and is unlike any other I’ve seen.
@frtrash766 Жыл бұрын
Holy molly, with this guy i can barely understand django but the motivation here was free. Thanks for this great video, you're such an inspiration. 🎉
@bengabp Жыл бұрын
@TechWithTim_2 obviously a scam
@queenofsheba8275 Жыл бұрын
This made no sense at all.
@vidhaaaaaaАй бұрын
dude you're literally my treasure when im trying to learn more coding. i've never understood more clearly from anyone else. i literally did 10-12 episodes of flask from you, learnt all of it and now here i am for django :D
@elreyodev-fcis2 ай бұрын
I didn't realize the importance of this video up till this moment. it helps beginners to get started, and more experienced users as a quick refresher. Thanks Tim, much appreciated
@krystianurban5421 Жыл бұрын
Short, informative and not boring. Love it.
@leonardofonseca59444 ай бұрын
This video is perfect for developers who are experienced with other frameworks and want a quick headstart with Django. Cheers!
@alekseishaparev71327 ай бұрын
Man, the video is just awesome. Right speed, right knowledge. thanks 🙏
@kaleshwardev25914 күн бұрын
This is probably one of the easiest tutorial to understand and implement MVT in your first Django project
@Didi29724 Жыл бұрын
You just gained a superfan! Rooting for you all the way! You brought to my way exactly what I needed. Thank you so much
@kingNikki6 ай бұрын
As an IT student from Germany: Thanks! I like that video more than the documentation.
@Alain.Robert Жыл бұрын
These videos are perfect to get a good overview of a framework. Thanks !
@RobertSmith-lh6hg6 ай бұрын
Nice quick how-to on getting started. At 2x speed, it's a fantastic 10.5-minute investment for a programer who has not used Django previously; thanks.
@eltonmombeshora61839 ай бұрын
Yes, I get it now -- thanks to you @Tech With Tim. The jinja template link wasn't working though...had to type it all but it was worth it! Thanks again! Now looking forward to watching your videos on Full stack integration of React for frontend to Django
@jas-mw4fo16 күн бұрын
This is awesome. Great work Tim.
@skewlines415229 күн бұрын
Thank you for this quick overview. Coming from Spring Boot, this is actually a really nice and quick way to get started.
@91bravic123 ай бұрын
I had already gone though the Django tutorial on their website, this video was a great extension of that and nailed home how django work. Thanks.
@mdstevens0612Ай бұрын
Absolutely needed this as a refresher, been putting off my CS50w final project, thanks for this!
@LionSinMitch2 ай бұрын
This was fantastic Tim, very comprehensive for an intro to django
@robertmullinslives6 ай бұрын
I have tried half a dozen tutorials on this very subject and couldn't get any of them to work..... that is until this one! This is freaking awesome! Thanks SOOO much for this, things are finally making sense. Incidentally, 54-years old and havn't coded since the days of C++. Loving the channel.
@VadimBesedin13 күн бұрын
Good demo, straight to the point! Thank you Tim.
@kcseanbrixd.calinao670028 күн бұрын
probably great for those who already know django and are reviewing or re learning, hard to understand from a beginners perspective
@ahsananwar30987 ай бұрын
Superb video I have been learning django from a week but this 20 min is more than a week learning
@Ahmed-ye5sd4 ай бұрын
Coming from PHP and Laravel, django is very similar to Laravel, btw tim explained very nicely.
@dayihidden53410 ай бұрын
If you put the speed to 10x , you can learn in 2 minutes
@Beatsonlite4 ай бұрын
😂😂😂 broo
@evilbee942 күн бұрын
If only 😂
@augustobecker33667 ай бұрын
Perfect overview of the framework, its my first time using Django.
@enesgunumdogdu9 ай бұрын
If you get an error while migration, try max_length instead of max_Length
@user-pp1do4zq7p Жыл бұрын
Not sure if you have any experience, but it would be fun to see some htmx, alpine and tailwind integration into Django. There are many website clone tutorials on YTube but mostly for Nextjs. Would be nice to see some website clone tutorials using only Django, htmx, alpine, tailwindcss. Thanks! ❤
@AungWinHtutGH4 ай бұрын
Great tutorial indeed, these 20 minutes save a lot of my study time. Thank you so much for sharing!
@shivamanand89984 ай бұрын
Thanks this video helped me getting started with Django and helped me contribute to Team Project
@aroncanapa5796 Жыл бұрын
This video is basically my entire 4 month full stack boot camp last year
@hakdov6496Ай бұрын
awesome tutorial! I really appreciate that you put up the template file for us to grab.
@theone3746 Жыл бұрын
Love this. Lately I have been struggling to sit through long videos or multiple vidoes on topics.
@kelpiekorn10410 ай бұрын
crazy digestable u made this respect
@kitkatcloudkicker Жыл бұрын
I felt like I got the sauce dropped on me. I am inspired to make a website tomorrow morning now. Very clear and good tutorial.
@kamags8 Жыл бұрын
You missed one important part of django basics which is submitting a request from a template to a view so that the user could navigate to different views or make a change in database. Overall good job.
@torturedsoul79077 ай бұрын
The best beginner friendly django tutorial that I watched. Thank you soo so much for this!
@shauryabavishi38745 ай бұрын
Very helpful video to understand Django concepts in a nutshell. Thank you Tim!
@roneilboodie673510 ай бұрын
at 12:15, for the home.html code template, the syntax is not highlighted as yours...not sure if it's because the modules/frameworks/libs for that file is not activated?
@danishmalik8310 ай бұрын
This is really helpful, sums up all the things in 20 minutes 👌
@mansbjork57213 ай бұрын
A great introductory video! I'm personally stuck on trying to do a Vue.js + Django project, setting up an API and all that...
@frikkievandermerwe5 ай бұрын
I loved this, thanks man. Really enjoying your channel as a hobbiest programmer. It inspires me!
@joebashour8 ай бұрын
Great way to get a high-level idea on the Django framework without having to watch 2+ hrs of tutorials 😉
@adejimimalik Жыл бұрын
Exactly what I'm waiting for. You are a life saver 🤗
@deepanshsharma4342 Жыл бұрын
Hi Tim! I am a big fan of your videos, thanks for all the tutorials. I want to request you to also create a tutorial on how to deploy the created website on a host like Vercel so that it can be shared. I watched and coded along your Flask Notes App tutorial and deployed the site on Vercel but it gives internal server error repeatedly while working fine on the local. Having a tutorial from you would be really helpful! Thanks!
@Awee-e2o9 ай бұрын
Yeah I have tried understand django, I think now I get some information thank you ❤
@vijeshnk13559 ай бұрын
thanks gave me the complete overview of the django
@uncene4225 Жыл бұрын
I have installed SaaS Boilerplate and it looks great. Could you please do a tutorial on deploying an ecommerce site using prebuilt functions? Looks super useful.
@TheRoyL11 ай бұрын
Have you found anything with anyone being able to deploy a site using saas boilerplate?
@uncene422511 ай бұрын
@@TheRoyL so I managed to deploy SaaS boilerplate on AWS and it costs about $200 per month to run... way too expensive for my use case and I imagine virtually every other solo dev. Unless they rework it for a lite version its not practical to deploy.
@CharlesBLim Жыл бұрын
I need a refresher this is okay. Need to brush up more on my Django ..
@SuranjithPrasadАй бұрын
Oh man you are an explaining master, I jumped to Django from this tutorial, Could you make another tutorial for Django complete application, online pizza 🍕 ordering web, user authentication, individual users, they can order pizza, l expect fast tutorial like this one 🎉, thank you
@JassersChannel6 ай бұрын
wallahi I loved the video, so easy to understand even tho django is not shallow
@timvanrooijen3324 Жыл бұрын
Love the speed! Exactly what I needed to get started!
@kvelez4 ай бұрын
Great video, the admin part was awesome.
@theblackariel59577 ай бұрын
The install worked successfully! Congratulations! You are seeing this page because DEBUG=True is in your settings file and you have not configured any URLs. I am getting this error. What should I do ?
@franklinikeh5212 Жыл бұрын
Sixteenth comment: Great video, I already have a bit of experience with Flask from your earlier videos, Django seems quite similar and probably easier to pick up
@we-it10 ай бұрын
Awesome .... Explanation .. To the point ... Short & Informative !!!!! You Nailed it ..!! I Loved It ..!! Happy Learning
@shanghainewbison7687 Жыл бұрын
This is freaking awesome. Thanks Tim.
@cagOnotation Жыл бұрын
is template codes avaliable on somewhere?
@elquequieredarsuopinion5372Ай бұрын
What a great course!!
@amandahotchkiss3959 Жыл бұрын
Would love a Next.JS tutorial! I'm looking to use it for my next app, but I'm not finding many good tutorials. (I like to follow a tutorial first before jumping straight into trying to build and have loved your tutorials!)
@ginescap Жыл бұрын
One of the best tutorials I've seen, thanks
@heidichatbot19438 ай бұрын
very good explained. thank you!
@nektovkepke4829 Жыл бұрын
Can you please link that base.html?
@peggyzarei Жыл бұрын
maybe share ur jinja template?
@casual_GamerHQ9 ай бұрын
he shared it please see the description
@riadqerimi6701 Жыл бұрын
Where did he take this Jinja 2 template? I want to know
@nitishnarayanan2237 Жыл бұрын
same doubt
@gauravsharma597 Жыл бұрын
Hey tim, I loved you django tutorial, and I have a request if you create a similar crash course for nextjs
@danilzubarev2952 Жыл бұрын
Absolutely nailed it, Tim.
@matheusz_nied9 ай бұрын
Muito bom o video, da uma boa clareza do caminho que tenho que seguir!!!
@Pankaj-Verma-9 ай бұрын
Thanks for the overview.
@Btechdom Жыл бұрын
Forgot to set up and implement virtual environments to contain your Django project in, otherwise decent video covering the basics.
@enkiimuto1041 Жыл бұрын
This was a great overview, thank you
@TechWithTim Жыл бұрын
Glad it was helpful!
@paulthomas1052 Жыл бұрын
Great intro to Django - thanks again Tim !
@digitalguy4242 Жыл бұрын
Tim make a video on Django rest framework for 2023
@ferekfrankburt4 ай бұрын
Огромное спасибо за рабочую связку.
@nileshjain1090 Жыл бұрын
can you make a tutorial on how to connect mongo db to django or mongodb to python? That would be a great help if you can make a video or at least a blog on it. Anyways Love from India🙌❤
@Secretary_kevin Жыл бұрын
Thank you This really helped your a life saver
@yuttijon Жыл бұрын
HI Tim. Make a video on how to create a dating site step by step. Create more features.
@keith-bates Жыл бұрын
Great tutorial! Worth the watch :)
@bethlehemlemma6665 Жыл бұрын
thanks! i've learned a lot from the video!
@thehungrypiggy679111 ай бұрын
Thanks for the tutorial! But may I know where I can find the navbar template code? at 11:03?
@CmdrBeavis Жыл бұрын
Where do we find that HTML boilerplate template code?
@TechWithTim11 ай бұрын
pastebin.com/AMzZVL12
@AdnanNazirAhmed Жыл бұрын
There is so much to do in Just ONE SECOND!!!
@alimihakeem8418 ай бұрын
Thanks for this. I found it helpful
@anusurinagendrababu2532 Жыл бұрын
thank you giving such a good info about django.
@bengabp Жыл бұрын
Exactly today I got to know about this apptension
@eddiecns6 ай бұрын
You good!, thanks for this tutorial!
@AntonioLaPlaca3 ай бұрын
Great video brother.
@PolarisMyWay Жыл бұрын
Good job, good intoduction. Thanks.
@SynysterEskimo6 ай бұрын
For everyone running in to an error with the base template code, I found the issue. On line 11 in the link code, the rel="stylesheet" is typed out twice. If you remove the first rel="stylesheet", it fixes the issue.
@robertmullinslives6 ай бұрын
thought I would mention that the responsive of screen size changes the displayed behavior. On wide/desktop screens the hamburger menu disappears and turns into menu items displayed on the left-hand side next to 'My Django App'.
@obiwanfisher53710 ай бұрын
Wow this is really great stuff.
@aruns6214 Жыл бұрын
Yes we want django tutorial from your voice
@sarahfoudaa Жыл бұрын
from where could i access the jinja temlpating engin code that he just pasted?