🗳️ Django Voting System App - Build Your Own Online Voting Platform! 🗳️

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

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

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

    Bro, great video !!!! Your teaching skills are amazing !!
    Can you make a video on Deno, what is it ? I can read but I want to see you talking about it, this will make me very happy !

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

      That shall be the question of this month 😊👍

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

    Thank you for amazing content

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

      Thank you very much my friend 🙏

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

    Great content, I just noticed all of your playlists are in reverse order. Could that be fixed?

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

      Thank you 🙏 yes sure I will fix that

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

    This is good.. But dont we use websockets for real time data exchange?

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

      No data exchange in that meaning, what happens is data fetching from the backend through GET HTTP method

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

    Thank you!

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

      You're welcome

  • @MichaelJohnson-tj4kx
    @MichaelJohnson-tj4kx ปีที่แล้ว

    I am getting an error with the html code. It says that that file does not exist. if I run the server it gives errors like "polls" is not a registered namespace

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

      Hey!
      Make sure that you have correctly set up your URL patterns in your Django application's urls.py file.
      edit: also, check out if you've forgotten to put the comma - believe me, missing a "," can crash the whole thing.

    • @MichaelJohnson-tj4kx
      @MichaelJohnson-tj4kx ปีที่แล้ว

      @BekBrace everything in the python code is correct. The problem I'm facing is that html can't find the web pages I link to. It keeps saying file not found even though I'm using the right file path and everything. I tried using the exact same project as you but still it doesn't work

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

    Thanks!

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

      You're welcome

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

    I am getting error: no module named 'pollApplandingPage'
    What should I do?

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

      The error "no module named 'pollApplandingPage'" in Python typically indicates that the Python interpreter is unable to find a module with the specified name; quick fix for that is to try to ensure that the module name you are trying to import matches the actual directory and file structure.
      Check out my GitHub repo for the full code and compare the whole structure, I'm sure you'll find the answer to your question if you will do so.

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

      @@BekBrace thanks

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

    How do i create a voting system in which different users can cast votes to available polls

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

      That's a whole other tutorial, mate

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

      @@BekBrace make one mate 😭

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

      Insha'allah

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

      😭soon please I gotta make a election management system by 1st of May and it's worth 35% of my grade

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

    How to open first page

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

      Could you be more precise so I can help you ?

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

    Secret code error? What is it

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

      secret code error ?