Hello World Website with Python Django in 15 minutes

  Рет қаралды 22,590

CogniVis AI

CogniVis AI

Күн бұрын

Пікірлер: 37
@Mdbootstrap
@Mdbootstrap 2 жыл бұрын
I hope you liked the video. If you are already here in the comment section, I invite you to let me know what other videos would you like to see in the future. Also, share any other feedback that you have on this video! I don't run ads on tutorials - the only value I get is your engagement in the MDB community. So if you would like to show your support: - Encourage more people to Keep Coding ---> Send this video to one person - Stay tuned for new content ---> Subscribe & ring the bell In the description, you will find links to some useful, free resources: 📥 Download Material Design for Bootstrap - FREE open-source UI KIT 🎓 Learn responsive web design with the latest Bootstrap 5 (full 1.5H course) 🎁 Join our mailing list & receive exclusive perks (free stuff that is normally behind a paywall) ⭐Support the creation of open-source packages with a STAR on GitHub 👪 If you have any questions - don't hesitate to ask on our Facebook group Thank you for your support!
@MyAccount-wh8lo
@MyAccount-wh8lo 3 жыл бұрын
i've gone through several beginner tutorials by some famous youtubers and maybe 5 of them before this video. but i got confused during their tutorials. I must say this was the best beginner tutorial of django for me.
@MohammedAlia_
@MohammedAlia_ Жыл бұрын
loved it, its an awesome way to start learning Django. thanks
@DevlogBill
@DevlogBill Жыл бұрын
Hi, Keep Coding, just found your channel and I enjoyed it so far still watching it. Question? Learned my fundamentals with Python for 3 months. Took up JavaScript for 1 year and did 1 month learning SQL (the very basics). Now I enrolled into the Meta backend Cert, and I was wondering, is it possible to learn Python while learning D'Jango? I heard D'Jango is HARD?!?!?! Only have knowledge of the client side with JavaScript and some React, thank you.
@MHMCABabaranjith
@MHMCABabaranjith 3 жыл бұрын
brother!!! ultimate... step by step waw amazing
@Mdbootstrap
@Mdbootstrap 3 жыл бұрын
Thank you so much 😀
@naomij011
@naomij011 3 жыл бұрын
the best tutorial !
@mapd_089
@mapd_089 2 жыл бұрын
This video was so helpful! Thank you very much!
@munzin
@munzin 3 жыл бұрын
It would be great if you can explain how to convert UTC time zone (which is set to default in django) to automatically configure for user’s time zone when they view the page. That way user does not have to choose what is their time zone just like to google does. I love your lessons and tips. Thank you so much for sharing!
@munzin
@munzin 3 жыл бұрын
It’s easy to change your default time zone in settings.py but it will be useful to know how to auto configure it without changing the time zone in settings.py
@andrep.terceiro6426
@andrep.terceiro6426 Жыл бұрын
I loved this vídeo. Thank you
@marcelobaldi8473
@marcelobaldi8473 3 жыл бұрын
Congratulations. Very Nice. I didn't know it was necessary the Django Intalation globaly.
@LcTheSecond
@LcTheSecond 3 жыл бұрын
Well. Actually it isn't. U should install python. Than a virtual environment such as virtualenv That way you can't mess with your OS libraries. Think of it this way. U install a virtual env. Then you activate it. Now you can experiment any way U want. if U mess up. Just create another virtual env
@annamaeapilada8702
@annamaeapilada8702 2 жыл бұрын
Thank you for your tutorial sir I hope you have a tutorial about a portfolio python Django again ☺️
@belleame1249
@belleame1249 2 жыл бұрын
You made it look simple, and it helped me so much in my homework. Thank you so much!!
@Mdbootstrap
@Mdbootstrap 2 жыл бұрын
Glad it helped!
@belleame1249
@belleame1249 2 жыл бұрын
@@Mdbootstrap also do you have a crud tutorial in python django? I badly need it
@prashanthbheemanathi1151
@prashanthbheemanathi1151 2 жыл бұрын
Hii sir Your explanation for django hello world project is supper Please send Continuous tutorial videos after printing hello world like i hope to send you sir 🙂
@cassandragonzalez8360
@cassandragonzalez8360 3 жыл бұрын
Really helpful. Thank you
@Mdbootstrap
@Mdbootstrap 3 жыл бұрын
Glad to hear that!
@marcelos.5308
@marcelos.5308 Жыл бұрын
Hello! I'm getting this error while trying to run the server and i can't solve it: ImportError: cannot import name 'views' from 'home.migrations' Please help me.
@tzuriteshuba2704
@tzuriteshuba2704 2 жыл бұрын
great tutorial! thanks!
@Mdbootstrap
@Mdbootstrap 2 жыл бұрын
Glad you enjoyed it!
@mav-8194
@mav-8194 3 жыл бұрын
thank you very much!
@Mdbootstrap
@Mdbootstrap 3 жыл бұрын
No worries!
@Bryan-rz1zg
@Bryan-rz1zg 2 жыл бұрын
thank you thank you thank you!
@waltervargas4846
@waltervargas4846 2 жыл бұрын
"does not appear to have any patterns in it. If you see the 'urlpatterns' variable with valid patterns in the file then the issue is probably caused by a circular import."
@waltervargas4846
@waltervargas4846 2 жыл бұрын
change "utlpatterns" for "urlpatterns"
@alexoulil9526
@alexoulil9526 3 жыл бұрын
Thanks
@asidkouki8982
@asidkouki8982 2 жыл бұрын
thank you teacher
@Mdbootstrap
@Mdbootstrap 2 жыл бұрын
You are welcome :)
@dreampop7559
@dreampop7559 2 жыл бұрын
Someone know how to fix this? command: django-admin startproject mysite Fatal error in launcher: Unable to create process using '"C:\Users\katen\AppData\Local\Programs\Python\Python310\python.exe" "C:\Users\katen\AppData\Local\Programs\Python\Python310\Scripts\django-admin.exe" startproject hello': The system cannot find the file specified.
@Mdbootstrap
@Mdbootstrap 2 жыл бұрын
Check paths, make sure that files are in locations that are shown in the error. If that doesn't work , check file permissions
@annamaeapilada8702
@annamaeapilada8702 2 жыл бұрын
How to stop the server?
@DawidAdach
@DawidAdach 2 жыл бұрын
Try CTRL + C in a terminal
@macawave
@macawave 2 жыл бұрын
9:09
Using Bootstrap in Python Django Projects Tutorial
11:36
CogniVis AI
Рет қаралды 50 М.
Understanding Django In 30 Minutes | Eduonix
25:41
Eduonix Learning Solutions
Рет қаралды 103 М.
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 2,7 МЛН
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 61 МЛН
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 12 МЛН
The Tri Folding Phone Durability Test! - someone has to try...
11:41
JerryRigEverything
Рет қаралды 1,2 МЛН
Learn Django in 20 Minutes!!
21:25
Tech With Tim
Рет қаралды 395 М.
The TRIPLE FOLDING phone has a Problem.
12:54
Mrwhosetheboss
Рет қаралды 1,8 МЛН
How to Make a Website with Python (Django hello world tutorial)
6:32
Tony Teaches Tech
Рет қаралды 7 М.
How to create Hello World App using Python Django
11:25
Trinity software academy
Рет қаралды 13 М.
Python REST API Tutorial - Building a Flask REST API
1:14:01
Tech With Tim
Рет қаралды 775 М.
Python Django Tutorial: Full-Featured Web App Part 3 - Templates
45:45
Build web apps with Python Django
5:16
Google Cloud Tech
Рет қаралды 20 М.
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 2,7 МЛН