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 !
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
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.
@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
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.
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 !
That shall be the question of this month 😊👍
Thank you for amazing content
Thank you very much my friend 🙏
Great content, I just noticed all of your playlists are in reverse order. Could that be fixed?
Thank you 🙏 yes sure I will fix that
This is good.. But dont we use websockets for real time data exchange?
No data exchange in that meaning, what happens is data fetching from the backend through GET HTTP method
Thank you!
You're welcome
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
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.
@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
Thanks!
You're welcome
I am getting error: no module named 'pollApplandingPage'
What should I do?
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.
@@BekBrace thanks
How do i create a voting system in which different users can cast votes to available polls
That's a whole other tutorial, mate
@@BekBrace make one mate 😭
Insha'allah
😭soon please I gotta make a election management system by 1st of May and it's worth 35% of my grade
How to open first page
Could you be more precise so I can help you ?
Secret code error? What is it
secret code error ?