Django Tutorial #2 - Creating a Django Blog

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

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

  • @zahin58
    @zahin58 5 ปีที่แล้ว +4

    Your way of talking and how you explain things are pretty clear and easy.

  • @laxminarayana9466
    @laxminarayana9466 3 ปีที่แล้ว

    I wish u should in my NIT as my teacher for all sem.Seriously it's the best teaching style I have seen till now.

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

    Truly had comes across a lot of tutorials earlier, but never found something as good as this, you've explained things extremely clear and basic. Thank you so much 😊

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

      :) Thanks, really glad it helped!

  • @fandiks
    @fandiks 6 ปีที่แล้ว +13

    This series probably the best django tutors i've ever seen, subscibe!

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

    when creating project, to get rid of the confusion like two same name under one project(1.52). this command helps. "django-admin startproject name ." include this 'period' after giving the project name which ll create under the same directory

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

    you forgot to mention that you need to create a PATH for django under some environments...otherwise, so far all is very well structured and explanied from very basics. nice

  • @AndrieSurya
    @AndrieSurya 6 ปีที่แล้ว

    Shaun, thank you for the straight forward tutorial. These series much better than paid tutorial I've done before.

  • @senthilkumarnagarajan4348
    @senthilkumarnagarajan4348 7 ปีที่แล้ว +6

    I believe when I subscribed you were under 20k I really love it when I keep seeing the increase. 100k coming soon bro

    • @NetNinja
      @NetNinja  7 ปีที่แล้ว +4

      Thanks for sticking around, seems like yesterday I was at 20K. :)

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

      just for the history books: It's 532k now :D

  • @user-xn4yu5rn9q
    @user-xn4yu5rn9q 5 ปีที่แล้ว

    This is the greatest and best django tutorial in the world
    Tribute

    • @NetNinja
      @NetNinja  5 ปีที่แล้ว

      Thanks dude 😊

  • @pierrelesage1535
    @pierrelesage1535 3 ปีที่แล้ว

    thanks for the best serie about django in the world

  • @reviewer3448
    @reviewer3448 4 ปีที่แล้ว

    You have really good tutorials. I was reading Django python crash course and it doesn't explain it as thoroughly as you.

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

    nice to hear and be taught by a fellow northerner!

  • @kurtistrego9847
    @kurtistrego9847 4 ปีที่แล้ว

    Wow, I can't believe I ever tried to set up an environment in PHP when I could just do this. Great video

  • @spongebobspongebob24
    @spongebobspongebob24 4 ปีที่แล้ว

    THANK YOU. THE BEST ICE CREAM OF ALL ICE CREAMS.

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

    Thank you Shaun!

  • @w4scriptfullstackwebdev505
    @w4scriptfullstackwebdev505 6 ปีที่แล้ว

    Your tutorial is beginner friendly. I hope you would be putting another project for Django.

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

    Hello Ninja Master! Thanks for making this series on Django. Please also cover it's deployment (in production) on a service like Heroku. I haven't been able to get everything to work when DEBUG=False

  • @MrRolsen83
    @MrRolsen83 5 ปีที่แล้ว

    You are a Master Ninja!

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

    hey, you need to give a disclaimer, if one doesn't have django installed in a virtual env previously they won't have the manage.py, file, so yeah, dont worry...

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

    Damn son I was waiting for this.

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

    hallo i have a problem with the urls am getting an error
    view must be a callable or a list/tuple in the case of include().
    am using django 1.11.24

  • @HafizuddinAhmed02477
    @HafizuddinAhmed02477 4 ปีที่แล้ว

    If you are having problem installing Django. Use "pip3 install django --user"

  • @davronbeksattorov2545
    @davronbeksattorov2545 6 ปีที่แล้ว

    Good job. i liked. Thank you

  • @starlight-search
    @starlight-search 4 ปีที่แล้ว

    Hi, Net Ninja!! I liked this tutorial series and already started watching mongodb one. But there is no file for the tutorial.

  • @amitgupta2890
    @amitgupta2890 3 ปีที่แล้ว

    Is this series done on window os. I was searching for a django tutorial on windows os. bcz learning according to mac and configuring again and again window command irritate me.

  • @madDadMusic
    @madDadMusic 4 ปีที่แล้ว

    Following this a few years after you created it. I noticed one difference so far, django created a urls.py file using path instead of url and do not seem to allow the raw input. I changed to the example you gave and it returned: NameError: name 'url' is not defined
    I was able to continue using their example...

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

    "django-admin is not a recognized as internal or external command "... Why this problem is occurring ?

    • @HafizuddinAhmed02477
      @HafizuddinAhmed02477 4 ปีที่แล้ว

      i'm facing the same problem. could not find a solution

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

      @@HafizuddinAhmed02477 Make sure the command directory is in PATHS

  • @luisfernandomanzano9953
    @luisfernandomanzano9953 4 ปีที่แล้ว

    What is your theme and typography?

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

    Which version of Django you installed?

  • @DatMan404
    @DatMan404 4 ปีที่แล้ว

    Typing python manage.py runserver does nothing, and I can't find a fix on google can someone help ?

    • @mrunmayeemore4074
      @mrunmayeemore4074 4 ปีที่แล้ว

      you need to have a virtual env, in the video he dint freshly install the django so he does have manage.py but you wont get the file if u don't have a virtual env.

  • @lordmoonowl8650
    @lordmoonowl8650 4 ปีที่แล้ว

    so new people know: ur django project name cant be 2 words

  • @Lbmaniak
    @Lbmaniak 6 ปีที่แล้ว

    thx

  • @lardosian
    @lardosian 7 ปีที่แล้ว

    Is there much difference between this and a Mean or Mern stack??

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

      Hey, django is like the Node and Express from the MEAN stack. It's server side stuff... It would be a bit like creating a web app with Node, Express and some kind of SQL database.

  • @nomadlyyy111
    @nomadlyyy111 6 ปีที่แล้ว

    command python manage.py runserver is not working... I am using Brackets

    • @ArafatRakib1
      @ArafatRakib1 6 ปีที่แล้ว

      please use python3 manage.py runserver

  • @mobilegadgets5178
    @mobilegadgets5178 7 ปีที่แล้ว

    dont you need to install and active virtual environment???

    • @aznsuperher0
      @aznsuperher0 5 ปีที่แล้ว

      old comment, but ... I thought so too! Isn't he installing django globally?

  • @hasnainabbasdilawar8832
    @hasnainabbasdilawar8832 7 ปีที่แล้ว

    Which version of django did you used in this tut?

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

      Hey, it's using 1.11 but pretty much all the code in the tutorial is compatible with the just released version 2. You'll just need to make sure you have Python 3 installed :)

  • @srikanthshankar8871
    @srikanthshankar8871 7 ปีที่แล้ว

    Which screen recording software u use

  • @johntokyo1
    @johntokyo1 3 ปีที่แล้ว

    I don't understand your tutorial. It's title "Creating a Django blog," so I expected to see a mock-up of a completed real blog. I skipped to the end of the video to see the finished result but didn't see an actual blog. What then is the point of your video?

  • @BornSt3llar
    @BornSt3llar 6 ปีที่แล้ว

    Title of video = "Creating a Django Blog" - you did nothing of the sort. You created a basic project layout and app, and used manage.py to run the server..... thanks for the wasted time bro!

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

      The whole playlist is about creating a blog, not just the one video. This video is just initially creating the app that will become the blog throughout the series. The first video of the playlist explains this.

    • @BornSt3llar
      @BornSt3llar 6 ปีที่แล้ว

      Perhaps a more logical rename of title to reflect the in video title? Django Blog Tutorial #2 Creating a Django Blog, or perhaps something which better reflects the contents like Django Tutorial #2 Creating an app in Django
      Great video, delivery and style - was just looking for intricate detail on reverse views using pks for blog entries in models db, and.....it went nowhere near - here with team at work all excited to see how you implemented blog - uber deflated. Will look at later videos perhaps.

    • @afroviewer
      @afroviewer 6 ปีที่แล้ว

      he made a serie

    • @therichardchannel
      @therichardchannel 6 ปีที่แล้ว +7

      Yeah, he's going to teach you how to make a Django blog in 5 minutes. Use your fucking brain.

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

    Why does my python manage.py runserver won't work?

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

      i was having the same issue, doing "python3 manage.py runserver" worked for me