Hello World Website with Python Django in 15 minutes

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 37

  • @Mdbootstrap
    @Mdbootstrap  3 роки тому +4

    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 роки тому +2

    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

  • @mapd_089
    @mapd_089 2 роки тому

    This video was so helpful! Thank you very much!

  • @MHMCABabaranjith
    @MHMCABabaranjith 3 роки тому +1

    brother!!! ultimate... step by step waw amazing

  • @andrep.terceiro6426
    @andrep.terceiro6426 2 роки тому

    I loved this vídeo. Thank you

  • @naomij011
    @naomij011 4 роки тому +3

    the best tutorial !

  • @marcelobaldi8473
    @marcelobaldi8473 4 роки тому +2

    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

  • @DevlogBill
    @DevlogBill 2 роки тому

    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.

  • @belleame1249
    @belleame1249 3 роки тому

    You made it look simple, and it helped me so much in my homework. Thank you so much!!

    • @Mdbootstrap
      @Mdbootstrap  3 роки тому

      Glad it helped!

    • @belleame1249
      @belleame1249 3 роки тому

      @@Mdbootstrap also do you have a crud tutorial in python django? I badly need it

  • @cassandragonzalez8360
    @cassandragonzalez8360 3 роки тому +1

    Really helpful. Thank you

  • @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 🙂

  • @munzin
    @munzin 4 роки тому +1

    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 4 роки тому

      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

  • @tzuriteshuba2704
    @tzuriteshuba2704 2 роки тому

    great tutorial! thanks!

  • @annamaeapilada8702
    @annamaeapilada8702 2 роки тому

    Thank you for your tutorial sir I hope you have a tutorial about a portfolio python Django again ☺️

  • @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."

  • @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.

  • @mav-8194
    @mav-8194 3 роки тому +1

    thank you very much!

  • @Bryan-rz1zg
    @Bryan-rz1zg 2 роки тому

    thank you thank you thank you!

  • @asidkouki8982
    @asidkouki8982 2 роки тому

    thank you teacher

  • @alexoulil9526
    @alexoulil9526 3 роки тому +1

    Thanks

  • @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 роки тому +1

      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