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 М.
Wait for the last one 🤣🤣 #shorts #minecraft
00:28
Cosmo Guy
Рет қаралды 15 МЛН
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 4,2 МЛН
When mom gets home, but you're in rollerblades.
00:40
Daniel LaBelle
Рет қаралды 78 МЛН
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 М.
Create a Simple Django Web Application | Django Beginners Tutorial
23:49
PyCharm, a JetBrains IDE
Рет қаралды 29 М.
TWE & CLI - from Zero to Production in 15 minutes
14:48
CogniVis AI
Рет қаралды 372
Python Django - Ultimate Crash Course | Django projects | #2
1:24:14
Cloud With Django
Рет қаралды 5 М.
Django Beginner | Portfolio Resume Website
25:41
Dennis Ivy
Рет қаралды 222 М.
Always Check for the Hidden API when Web Scraping
11:50
John Watson Rooney
Рет қаралды 640 М.
Wait for the last one 🤣🤣 #shorts #minecraft
00:28
Cosmo Guy
Рет қаралды 15 МЛН