Django QuickStart Web Application for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 262

  • @MichaelSwartout
    @MichaelSwartout 2 ปีที่แล้ว +7

    Why do you put a forward slash after the variable you defined, which was called in the path method?

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +18

      Great question Michael! 😀
      I would think that if you set it to "myapp" instead of "myapp/" and then try to lead to another route after that -
      we won't be dealing with "localhost:8000/myapp/myview" but with "localhost:8000/myappmyview" as we never added a slash after "myapp".
      I might be wrong, but if we do an experiment and dispose of the backslash - we immediately get a "Page not found (404)" error.
      However, in the case of changing "myview/" to and empty string "" - we never had any issues as we didn't add any additional routes after it.
      Also note that when we looked at the myproject/urls.py file, the existing 'admin/' route included a backslash to begin with.
      According to this principle - I repeated it across any new route I've added on my end. Only after I've seen your question, I've started experimenting with that... I must admit that I didn't even think of it! 😊
      Thank you so much for your awesome question! I'll pin it to the top to see if any Web Dev experts will be able to confirm my answer from above, as I'm not entirely sure I got it right... I would say it's a fancy guess at this point of time 😉

    • @manusoftar
      @manusoftar 2 ปีที่แล้ว +1

      @@PythonSimplified did you try to add a backslash to the beginning of the next folder route??, I mean, in your example, if you remove the backslash at the end of "myapp", did you try to add it to the next dir, like "/myview" ???

    • @truth-7380
      @truth-7380 ปีที่แล้ว +1

      yo yo yo
      😂😂😂
      You are unique.
      I wish you all the best.

    • @bbedem
      @bbedem 21 วันที่ผ่านมา

      Yo 3x

  • @deepak2950
    @deepak2950 2 ปีที่แล้ว +10

    Your teaching and content is top-notch and truly exceptional. I am incredibly grateful to have found it.❤️ Thank you for sharing your knowledge and expertise with the world. Keep up the great work!

  • @vinni_codes
    @vinni_codes 2 ปีที่แล้ว +14

    You has definitely mastered the sacred arts of simplified teaching. I learn in a single video what I don't learn in weeks of college class

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +1

      Yeeeyyy! Thank you so much! Super happy you find my tutorials useful! 😃😃😃

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +2

      Yeeyyyy!!! Thank you so much!! Super happy you find my tutorials useful! 😃😃😃

  • @jerkov420
    @jerkov420 2 หลายเดือนก่อน +1

    Just started learning Django.
    Gotta say, I came here for the pretty face, but stayed for the absolutely awesome, clear, easy-to-follow instructional.
    Definitely the easiest django tutorial to understand I've seen on youtube.
    Seems to me that django is a bitch to set up in the beginning, but after that the pieces easily fall into place.
    Thanks for the lesson Mariyah!

  • @yuliyaapukhtina4382
    @yuliyaapukhtina4382 ปีที่แล้ว +1

    It's the best Django explanation that I've met ever, thank you Mariya

  • @TrueSQN
    @TrueSQN 2 ปีที่แล้ว +10

    I love you for that "CTRL + Reload"

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +3

      I had some nightmares when setting up stylesheets with Flask, took me quite some time to understand that the problem is refreshing the cache rather than something in my code 😉
      Ever since - I mention Ctrl + Refresh in any possible opportunity hahahaha 😁

    • @TrueSQN
      @TrueSQN 2 ปีที่แล้ว

      @@PythonSimplified Flask was my first ever full-stack framework :D Anyway thanks for that tip. Also i want to update: i love you for all your content *-*

    • @TrueSQN
      @TrueSQN 2 ปีที่แล้ว +1

      @@PythonSimplified i wonder why you have such small amount of views. You should be top in youtube as best female python developer :)

  • @billu8754
    @billu8754 10 หลายเดือนก่อน +1

    Thank you so much for creating and sharing such an insightful and informative tutorial on setting up a Django development environment and creating a basic web application! Your step-by-step guidance made it incredibly easy for me as a beginner to understand the process and get started with Django. I truly appreciate the effort you put into explaining each aspect, from setting up Anaconda to adding static files. Your video has been immensely helpful in building my confidence and skills in Django development. Looking forward to more content from you! Keep up the fantastic work!
    yo yo yo !

  • @jessepersinger9821
    @jessepersinger9821 2 ปีที่แล้ว +4

    Perfect timing! Just got added to a project that uses django at work and it’s my first time working with python backend. Thanks for the great videos.

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +2

      Yeyyy! It will definitely save you a few hours of reading Stack Overflow posts! hahaha 😉
      Django docs are very ambiguous when it comes to Static files as well as "urls.py"... I had some struggle there 😅

  • @unhhgcrxexhjvuvujchcrzwzwz7956
    @unhhgcrxexhjvuvujchcrzwzwz7956 ปีที่แล้ว +1

    This is perhaps the single best tech tutorial I’ve ever come across. Additionally, your communication style is exceptionally engaging without getting distracted and annoying. Great video

  • @markslima1557
    @markslima1557 2 ปีที่แล้ว

    If anyone else had issues activating djangoQS environment, I had to deactivate (base) first, then I was able to activate (djangoQS) environment - thanks for the cool video!

  • @johnmamodu6650
    @johnmamodu6650 ปีที่แล้ว +3

    How can one person be this beautiful, intelligent, simple and super helpful. When it gets difficult for me, all I need to do is look for your tutorial on it and its done. You are a life saver and I appreciate you. Thank you Mariya for all you do to help us simplify the process🤟

  • @vadymmudryi7978
    @vadymmudryi7978 2 ปีที่แล้ว +1

    Yo yo yo!
    I watched this video to the end and it's amazing. I never thought Django is so easy to start. Thank you for explaining.

  • @remomagalhaes4707
    @remomagalhaes4707 9 หลายเดือนก่อน

    thank you very much from Brazil. I really appreciate your effort, Mariya. I feel lucky that the youtube algorithm recommended your channel to me.

  • @GameDownloader112
    @GameDownloader112 ปีที่แล้ว

    Not sure why I clicked this video, even watched few cut scenes, anyway, very high energy and concise method of teaching!

  • @present-q2k
    @present-q2k ปีที่แล้ว +1

    Great tutorial -- clear, concise, informative, entertaining! You have a very special talent in teaching and your joyful energy is contagious! Thank you so much! I'm a new subscriber:)

  • @ТатьянаБеляшникова
    @ТатьянаБеляшникова 9 หลายเดือนก่อน +1

    I chan read this ;) Thank you so much! So clear and coherently. I'm happy youtube recomended you channel and now I can engoy and learn your lessons. Thank you!

    • @PythonSimplified
      @PythonSimplified  9 หลายเดือนก่อน

      Thank you so much for the incredible feedback! 😃

  • @patrycjamx9340
    @patrycjamx9340 2 ปีที่แล้ว +6

    And I hope for more Django tutorials especially with Forms. 🙂 Your job is just GREAT!!!

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +6

      Absolutely! I'll continue this series in the near future, I think a databases video will come sooner than forms... but it's definitely on my "to-do" list! 😉

    • @pritnadoda4298
      @pritnadoda4298 ปีที่แล้ว +1

      @@PythonSimplified please continue it

  • @gideonz74b
    @gideonz74b 2 ปีที่แล้ว +1

    Yo yo yo! You sure have some explanation skills there! You don't only show the what, but also the why. Excellent!

  • @rickeyestes
    @rickeyestes ปีที่แล้ว

    Thanks!

  • @wagnerjosegertrudesmuitoal3638
    @wagnerjosegertrudesmuitoal3638 2 ปีที่แล้ว

    Great video, very clear and complete, and the teacher has the most beautiful eyes in the world, thank you

  • @oddlyCT
    @oddlyCT 2 ปีที่แล้ว

    just found your channel, you're a fantastic teacher! and my wife loves your hair. 🔥

  • @fmoreno2
    @fmoreno2 2 ปีที่แล้ว +2

    Increible! esto resume 3 semanas tratando de que mi app funcionara / This sums up 3 weeks of trying to set up my first website. thanks!!!

    • @HslSoulsick
      @HslSoulsick 2 ปีที่แล้ว +1

      hahah nice, q positivo el impacto de tu comment!!!

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +1

      I hear ya, Fidel! 😀 I had to browse through dozens of stack overflow posts to connect all the pieces of the puzzle 😅
      The documentation is not very clear when it comes to Static files, most of my struggle was there...
      Needless to say - I'm not looking forward to exploring the database models hahahaha 🤣🤣🤣
      (I might have to though, I think I'll rebuild my blog with Django, I do like how lightweight it is, especially in a combination with Jinja2)

    • @fmoreno2
      @fmoreno2 2 ปีที่แล้ว

      @@PythonSimplified well you will see the nginex and gunicorn deploy xD, I have lots of problems with the statics files.

  • @KhalidThwiny
    @KhalidThwiny 2 ปีที่แล้ว +4

    Your videos are amazing! Thank you sooo much 😊

  • @GospelwithAI
    @GospelwithAI 9 หลายเดือนก่อน

    Thank you very much for this video. It’s been of great help to me. It made the documentary easier to understand and work with.

  • @vladimiraleksic4066
    @vladimiraleksic4066 10 หลายเดือนก่อน +1

    Yo yo yo, you are the bestyo develepoyo teacheryo. Thank you a lot.

  • @brendansullivan4872
    @brendansullivan4872 ปีที่แล้ว

    Thats awesome we got the same monitor (curved). Also this was a really good video!

  • @zameerahmed1775
    @zameerahmed1775 2 ปีที่แล้ว

    Awesome explanation ................ U made Django so easy. Keep up the good work.
    Love frm India ❣❣❣❣

  • @odanilomedeiros
    @odanilomedeiros 2 ปีที่แล้ว

    My goodness! You rock Maryia! Thanks a bunch

  • @secureless
    @secureless 2 ปีที่แล้ว +2

    Thanks Maria for the best lesson :)

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +1

      Thank you for the awesome comment! 😊

  • @jaroslavkrbec582
    @jaroslavkrbec582 2 ปีที่แล้ว

    yo yo yo! Thanks for this great content! You saved my hopes that Django would be the love at (probably) fourth sight :D

  • @holy_roman_emperor01
    @holy_roman_emperor01 2 ปีที่แล้ว

    Thanks a lot for the video. I discovered this channel today and you make great videos. I hope you get 1 million subscribers

  • @bckzilla
    @bckzilla 2 ปีที่แล้ว +2

    As usual you are amazing. Thanks for that.

  • @bc4198
    @bc4198 2 ปีที่แล้ว +1

    Thanks! Your tutorials are excellent.
    Yo yo yo.

  • @davidcohen8888ify
    @davidcohen8888ify 2 ปีที่แล้ว

    this is outrageous! I'm trying to learn here, and I keep looking at her! 😉

  • @chadbarcelo8469
    @chadbarcelo8469 ปีที่แล้ว

    i hope a you create a django crud functionality tutorial. btw you explained it so good and much easier to understand than most of the tutorials here in youtube.

  • @jeuxmathinfo9578
    @jeuxmathinfo9578 2 ปีที่แล้ว +1

    Very clear explanation! Very useful ! Thank you so much !!! 🏆🏆🏆🏅🏅🏅🙏

  • @johanneszwilling
    @johanneszwilling ปีที่แล้ว

    Refreshing different approach,...thank you!

  • @phon_o_rama2169
    @phon_o_rama2169 2 ปีที่แล้ว +1

    Django is awesome! Thanks!

  • @richardvanos8853
    @richardvanos8853 ปีที่แล้ว

    Great video! So know we have Django installed. When to expect your charming explanation on how to continue this amazing framework? I can' t wait.

  • @nekiwanuka
    @nekiwanuka ปีที่แล้ว

    Amazing tutorial, I am now a confident beginner.

  • @CARLOSRAMIREZ-kb4hp
    @CARLOSRAMIREZ-kb4hp ปีที่แล้ว

    thks you so much, I love the simple way to teaching us..!!

  • @Vernietig56
    @Vernietig56 ปีที่แล้ว

    thank you so so much for this - so refreshing and engaging

  • @patrycjamx9340
    @patrycjamx9340 2 ปีที่แล้ว +1

    Thank you very much :) I'm learning Django right now, so your video is very helpful.

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว

      Glad I caught you in the perfect timing! 😉

  • @Ahmed-iam
    @Ahmed-iam ปีที่แล้ว

    Really well explained. No endless BS fr.

  • @jmhasan5076
    @jmhasan5076 2 ปีที่แล้ว

    Hi !! Thank you so much for starting this , I'm learning Django right now, so now I need to Integration a third party Reporting Tools like BIR, Jasper or Crystal Reports with django project.

  • @ВладимирСтрацкевич
    @ВладимирСтрацкевич 2 ปีที่แล้ว

    Спасибо!

  • @fadyfelias
    @fadyfelias 2 ปีที่แล้ว

    Thanks very good tutorial, waiting next video

  • @InfernalPasquale
    @InfernalPasquale ปีที่แล้ว

    you are an excellent teacher and incredible human

  • @sakibcoder
    @sakibcoder 2 ปีที่แล้ว

    i was waiting for this video!

  • @mohanedAlsheikh
    @mohanedAlsheikh ปีที่แล้ว

    yo yo yo this was amazing :D , THANK YOU

  • @diwakar_tsn
    @diwakar_tsn 2 ปีที่แล้ว +2

    This will help me alot ❤️💙

  • @ДмитрийСмолов-з7ы
    @ДмитрийСмолов-з7ы 2 ปีที่แล้ว

    It is a pleasure to comment this video.

  • @mt1133
    @mt1133 2 ปีที่แล้ว

    thank you so much
    and please do more Django tutorials 🤩

  • @sammox7346
    @sammox7346 2 ปีที่แล้ว +2

    Hello sweety, thanks for your videos 🥳

  • @MdMozammelHossain
    @MdMozammelHossain 8 หลายเดือนก่อน

    Hi, thank for you simplifiend videos, is there any followup video on Django ?

  • @mohamedaitalla6312
    @mohamedaitalla6312 2 ปีที่แล้ว

    Awesome Mariya !

  • @kimuyu
    @kimuyu ปีที่แล้ว

    7:07
    DIRS: [BASE_DIR / "templates"] works just fine without the need for using the os module. Maybe this is a newer django capability that came after this video went up but I am putting it out there anyways.

  • @OlivierBrisson
    @OlivierBrisson 2 ปีที่แล้ว

    Thank you so much. I really hope you'll continue this django serie.

  • @chia-peiho1630
    @chia-peiho1630 ปีที่แล้ว

    very nice explanation! thank you

  • @guimoncao
    @guimoncao 2 ปีที่แล้ว +1

    Python and JavaScript/TypeScript are the best as a whole.

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +1

      I have a feeling Pyscript will join the list very soon 😉

  • @juanroccia
    @juanroccia 2 ปีที่แล้ว

    Resulta muy útil este contenido, y a pesar de que esta lleno de tutoriales de django, este esta entre los mas actuales y atractivos.

  • @foustcor
    @foustcor 2 ปีที่แล้ว

    This is amazing. Thank you so much!

  • @faresabdelghany6114
    @faresabdelghany6114 ปีที่แล้ว

    thank you so much, this helped me a lot

  • @facundonieto1396
    @facundonieto1396 2 ปีที่แล้ว

    You are the best person ever

  • @holthuizenoemoet591
    @holthuizenoemoet591 2 ปีที่แล้ว +3

    I love Django, the only thing i never like about it is its authentication logic, its social auth package enforces much templating. Are there good auth alternatives for django?

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +3

      I've heard that Django Rest might be a good solution for that, but I must admit I haven't tried it yet...
      Maybe checkout this guide to see if it's useful to you:
      www.django-rest-framework.org/api-guide/authentication/
      I'll definitely look into it in the future, there's so many things we can do with Django, I'm already overwhelmed 😵‍💫 hahahaha
      Anyways, I hope it helps! 😀

  • @juliencarrier5252
    @juliencarrier5252 10 หลายเดือนก่อน

    very helpful ! thanks

  • @ΝικΝοκ
    @ΝικΝοκ ปีที่แล้ว

    hi nice video! very straightforward !! One question I have, is if we could possibly set one directory for static files and templates... it seems to me a little bit non trivial not to be able to access both by just setting one directory in the settings file. Don't know if I am clear..

  • @rustybolts8953
    @rustybolts8953 2 ปีที่แล้ว +1

    Thank you very much for your intervention, so liberating from this world. Are you really some kind of an alien? I am just a bit half cuffed at this time...Whatever time is?

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว

      hahahaha as far as I know - I'm a 100% flesh and bone earthling 😉

  • @patekreol974
    @patekreol974 11 หลายเดือนก่อน

    Excellent vidéo !

  • @joker-ex5my
    @joker-ex5my 2 ปีที่แล้ว +1

    I see you and think of felicity de arrow, I only understand 50% of what you say since I speak Spanish, but I still like your videos.

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +1

      Thank you Joker! 😃
      I'm always adding captions to my tutorials and I believe TH-cam automatically translates them to different languages... Maybe give it a try the next time, it might boost it to 100%! 😉

  • @jamesl6000
    @jamesl6000 ปีที่แล้ว

    this was great. Thanks

  • @kasondekasondel2885
    @kasondekasondel2885 2 ปีที่แล้ว

    Hi Maria, I am Kasondel from Zimbabwe 🏳‍🌈 Thanks for your videos, very educative.

  • @LatinoWebStudio
    @LatinoWebStudio ปีที่แล้ว

    Are you using Conda as in Anaconda? Is that like saying python3 -m pip install django?

  • @ahmedmadhi5005
    @ahmedmadhi5005 ปีที่แล้ว

    It's amazing 🤩

  • @jacobbj
    @jacobbj 2 ปีที่แล้ว

    I love your voice and accent!

  • @return_1101
    @return_1101 2 ปีที่แล้ว +1

    AWESOME. Thank you.

  • @alkomorphis2128
    @alkomorphis2128 ปีที่แล้ว

    what preferably to use with django: conda or pip+virtualenv?

  • @jackthewisedog5171
    @jackthewisedog5171 2 ปีที่แล้ว

    Like your video but I will need to watch and again but it's a great video for starters

  • @scorheim
    @scorheim 2 ปีที่แล้ว

    Good stuff! Thanks!

  • @roelofcoertze9453
    @roelofcoertze9453 2 ปีที่แล้ว +1

    Excellent job!!

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว

      Thank you so much! happy you liked it! 😃

    • @biocation2739
      @biocation2739 2 ปีที่แล้ว

      @@PythonSimplified I have one comment though, compared to the web development I have been doing, this seems quite complicated in comparison. I know you have not talked about database work yet, but what is the actual advantage of using the Django Framework?

  • @Thee_Computer_Guy
    @Thee_Computer_Guy 7 หลายเดือนก่อน

    Mariya you the best!

  • @patekreol974
    @patekreol974 11 หลายเดือนก่อน

    Super vidéo !

  • @PrernaVikram
    @PrernaVikram 9 หลายเดือนก่อน

    do we need to follow the same process if we use pycharm, there if I import Django , do I still need to follow these steps

  • @MrPennywise1540
    @MrPennywise1540 2 ปีที่แล้ว

    Thank you for your help!!!

  • @my-trending
    @my-trending 2 ปีที่แล้ว

    I enjoyed watching this. Can you do a full Django tutorial? I'm hungry for more.

  • @zakyvids6566
    @zakyvids6566 2 ปีที่แล้ว +1

    This is amazing can you please make a tutorial on opencv and selenium webdriver as well Thanks

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว +1

      Zaky I have an entire playlist on Selenium! Also, a bunch of OpenCV tutorials as well! 😉
      Check them out:
      1. SELENIUM:
      ⭐ Web Scraping Instagram with Selenium:
      th-cam.com/video/iJGvYBH9mcY/w-d-xo.html
      ⭐ Web Scraping Facebook with Selenium:
      th-cam.com/video/SsXcyoevkV0/w-d-xo.html
      ⭐ Web Scraping LinkedIn with Selenium:
      th-cam.com/video/7aIb6iQZkDw/w-d-xo.html
      ⭐ Create Twitter bot with Selenium:
      th-cam.com/video/K4LAjQgsWUE/w-d-xo.html
      2. OPENCV:
      ⭐ Drawing with OpenCV:
      th-cam.com/video/PtvN8ad9N3g/w-d-xo.html
      ⭐ A forest of Objects with OpenCV:
      th-cam.com/video/-LsuiVGO-88/w-d-xo.html
      I hope it helps! 😊

  • @mehranaliyari9866
    @mehranaliyari9866 ปีที่แล้ว

    My problem is that when I call my management folder, it says that there is no such folder. I searched Stackoverflow and found the answer, but it was for Linux, I don't know how to fix the answer in Windows. I have this issue in other parts of the program, but when I look, the other parts are also formed. Please help me, what he wrote seems to be not path correct, I could not translate the codes to windows cmd codes

  • @Valnurat
    @Valnurat ปีที่แล้ว

    I just love you. You are awesome. :) Small question. I very new to Python, but I need to create a small web app. That just holds some data and do a search on a flight webpage. Would you recommend to use Django or Flask for the web? What about to hold the metadata. What would recommend? The metadata I need to keep is dates and departures and destinations. Not any fancy. :)

  • @chrishoeffel
    @chrishoeffel 2 ปีที่แล้ว

    Do you have interest in including a secure setup with .env and gitignore?

  • @detsureg
    @detsureg ปีที่แล้ว

    yo yo yo awesome 😎🤘

  • @alexcaruajulca
    @alexcaruajulca 2 ปีที่แล้ว

    thanks for the subtitles

  • @sudharsank754
    @sudharsank754 ปีที่แล้ว

    Help me i can't see my html page through django...
    It shows problem in line return render(request, "index.html") How am I suppose to solve this? 🥺🥺

  • @NewdaleFinance
    @NewdaleFinance ปีที่แล้ว

    It might be worth pointing out if you do the "echo" thing you will cause a problem that is to do with UTF8 encoding. Made the same clanger twice now :D

    • @victoraltamirano7227
      @victoraltamirano7227 ปีที่แล้ว

      how did you manage around this I'm stuck LOL

    • @NewdaleFinance
      @NewdaleFinance ปีที่แล้ว

      @@victoraltamirano7227 there is a django series from Corey Schafer I actually found much more friendly

  • @nalaklak
    @nalaklak ปีที่แล้ว

    Thank you for simplifying Python 💯🤙🏾
    Awesome content. Can you please do one on Django and MongoDB? 😊👊🏾

  • @amancharahul5008
    @amancharahul5008 11 หลายเดือนก่อน

    Can we really make a real time social media application using backend(python,django),frontend(html,css,js),mysql database. if yes, how can it will be possible? Please reply me!

  • @stephenhope4271
    @stephenhope4271 2 ปีที่แล้ว +1

    Great tutorial, any chance you could cover AbstractUser?

    • @PythonSimplified
      @PythonSimplified  2 ปีที่แล้ว

      We'll probably do user authentication with the REST API:
      www.django-rest-framework.org/api-guide/authentication/
      I heard lots of good things about it! not sure how long it would take before I film this, but it's definitely on my "to-do" list 😉

  • @dhirajkeswani6569
    @dhirajkeswani6569 2 ปีที่แล้ว

    Amazing QuickStart.
    Is the next part coming???

  • @IzMroen
    @IzMroen 8 หลายเดือนก่อน

    yo yo yo 🙌 , thank u Maria

  • @phily8020-u8x
    @phily8020-u8x ปีที่แล้ว

    how do you do all this on a server with a hosting provider that does not have an automatic python app install?

  • @CharlesBLim
    @CharlesBLim ปีที่แล้ว

    I hope more features and more devs will use DJ.