Try DJANGO Tutorial - 12 - Default Homepage to Custom Homepage

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

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

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

    two years ago I was just following along not understanding a god damn thing. Became front end web developer with javascript. Coming back to watch this video again. It makes a LOT more sense and super clear. If you're just starting off in python, learn web basics first before learning this and learning like functions and what classed based views are. It will make this make a lot more sense

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

    You made this so simple. I went through I don't even know how many pages to learn how to do this, the documentation didn't help, and most blogs just broke my website. Thank you for making this so straightforward and easy to follow.

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

    As someone who is familiar with Django and wants to get a better understanding of the framework, this is perfect for me.

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

    ...your viedos are really clear and concise. Cool. Thanks a bunch for supporting our django learning

  • @THOTHO-ie5lz
    @THOTHO-ie5lz 3 ปีที่แล้ว

    one of the very best video tut on django. Thanks for the great explanation and short video format. It is much easier to understand in short format( comparing to steam rolling through a project by typing all the code over hours of video).

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

    This tutorial is awesome. You are the best Django teacher! Thank you.

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

    Excellent, even thought this is the first time I set up a django project, no difficulties to understand it. Great!

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

    You described this theme perfectly! Thanks a lot!

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

    You teach well. Thank you!

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

    Awesome! I finally got my homepage up and running! Thanks!

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

    Amazing! Thanks a bunch.

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

    tutorial is awesome, getting error as AttributeError: 'str' object has no attribute 'get' kindly help me with that

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

    I am finding your videos very helpful. Up to here, I have been following along with no problems. When I tried to reach my homepage, chrome says the site cannot be reached. Is there any way you can help me? Thank you

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

    Your videos are very useful.

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

    hi from where that default homepage HTML is loading? where is the path for the default index.html

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

    thank you bro! awesome videos!

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

    I've done everything as is but when I reach the part where I've to "from pages.views import home_view", I'm simply getting an error "Unresolved reference: pages". I've tried several ways to fix this but to no avail. Anyone else had that problem and fixed it?

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

      Do you have a module (aka app) called pages?

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

      @@CodingEntrepreneurs Yes. It's also registered in settings.py as well under INSTALLED_APPS. Here's a screenshot of my directory structure. Really appreciate your help. Please get me through this.
      docs.google.com/document/d/14oQcyhmyGZI-MCh8n1-21KJS0EZPvwB4q8RbbjxvQxU/edit?usp=sharing

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

      Update: It has started working by itself when I opened my laptop and ran the server again. Although I did that yesterday too, it did not work then. However, PyCharm's still highlighting "from pages.views import home_view" as an error but the runserver command did not return any error and the home page has successfully changed. Strange behaviour indeed.

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

      @@affanmuddassir the same problem bro , i tried a loooot to fix but in vain i did a lot of research and also in vain , could you tell me how did u solve it ?

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

      @@htoussama8119 Like I said, it started working by itself the next day when I did manage.py runserver again.

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

    A little help here in the urls. py. On using from pages import views, it works perfectly. However changing it to from pages. Views import home _view I get an error

  • @KhaNguyen-sb1mk
    @KhaNguyen-sb1mk 5 ปีที่แล้ว

    how to insert files css and is and img ?

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

    my django use url()

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

    Please release a premium django tutorial series on udemy with several projects

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

    Thank you!

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

    have a udemy course¿?, i want to learn more, guide by you :D

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

    I have never seen someone add to the installed apps list that way. 'homepage.apps.HomepageConfig', is usually how i do it, not just 'homepage' it actually doesn't work for me when i do that it say's no no module name " " clearly it works for you though i wonder why?

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

    Cool Thanks!

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

    Never mind guys, I'm good to go it was a syntax error

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

    easiest one

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

    *Cool* (-;

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

    +