😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 🔴 To learn Django online with regular LIVE CLASSES, enroll now: forms.gle/GHasHRhehT2v1BTf6 👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/TH-cam-WsCubeTech
Hello sir....I got error (Page not found)if I gave blank while giving the path for homePage but when I put as same as the previous url ...then it is working. So plz help me....what should to do?
also i had faced such type of error , then i created templates directory into my projects first folder , (not in main folder) after that my issue had resolved itself
its quite simple! to break the error you are encountering, create templates folder into your projects first folder instead of main folder and your issue will be resolved
Hi, I am facing a weird issue, I just created a template folder and inside that I have index.html the thing which is weird is I did not do anything in setting.py, urls.py and view.py but it still shows up my index.html, why is that happening ?
Did you add , "DIRS": [BASE_DIR, 'templates'] , in settings ? And When we create our project, we get 2 files with same name, 1st is our project folder, and inside Django create one more folder with same name. so make sure to create templates In side the main project , not in folder created by Django itself.
Hi @wscubetech sir, I am getting this error while rendering templates html page. TypeError at / render() missing 1 required positional argument: 'template_name'
😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.
🔴 To learn Django online with regular LIVE CLASSES, enroll now: forms.gle/GHasHRhehT2v1BTf6
👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course
👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/TH-cam-WsCubeTech
i have spent money on buying courses but i find this course more useful than all those paid courses. to be honest
Thank you so much. It helped me to understand clearly and also with hands on practical. Best explanation.
Your teaching style is great Sir ,,,,,
Sir your teaching style greate❤❤❤❤
Awesome, bhai!!!
Thank you, sir....your videos really help us a lot...
Thank you, Sir video videos really help us a lot...
Bahot hi badiya sir ❤
Very helpful video
Thank you sir
Superbly play excellent ❣️❣️❣️❣️
Your voice is like Vijay Raj voice...
Thank you sir❤
Thank You So Much Sir
Thank you sir 🔥🔥Really helpful video form basics
Sir project bhi le aiyee django pai
Getting page not found error after following each and every step
then refresh
Thank you for this
sir direct localhost:8000 likhne per homePage open nhi ho rha
Best tutorials
Super
Thank you sir😢
super
well explained . thanks
very good sir
too good
Hii sir Good morning
I occurred 404 (page not found) error why????????
Thankyou
amazing
sir, mere html and css code me suggestion nahi aa rahe he or html file me logo Django ka Dj vala show ho raha he pls help me🙏🙏🙏🙏
same issue bro
Hello sir....I got error (Page not found)if I gave blank while giving the path for homePage but when I put as same as the previous url ...then it is working.
So plz help me....what should to do?
also i had faced such type of error , then i created templates directory into my projects first folder , (not in main folder) after that my issue had resolved itself
It would have become more simpler if you would have shared all tha code files with us in a zip folder.
sir as it is kraa hai still homePage run nhi ho rha
Home Page can't Open When DIrect URL run in browser
same issue bro
I stuck in the homepage section will you please resolve it. So I can proceed with the next videos.
its quite simple! to break the error you are encountering, create templates folder into your projects first folder instead of main folder and your issue will be resolved
after rendering HTML template as a response . when I am opening the website my web page is showing a blank page . what should I do now
maybe check where your html file is present
lowe yopu muthe
Brother Html file is displaying , but the content is not displaying
same problem
Same problem
HTML write karne ka suggestion nhi aa rha h sir jabki mere me extension install h
extension reinstall kro bhai
@@AnkitSingh-go6qqlekin extension konsa install karna vo to bataeye???
vscode me bottom side me dekho formatting ka option hoga vha html select karo (default django-templates hoga)
Page not found error, even everything I did very carefully
change the path of templates folder. Put it in the app directory.
@@standman007 app directory?
@@standman007 please explain
@@divyanshuanand3396 save karo project and then run
Html page to show hora hai, par kuch bhi css ni aaya
Same issue did you find the issue
For html is not displaying, but css is displaying
Home page getting error
Hi
Hi, I am facing a weird issue, I just created a template folder and inside that I have index.html the thing which is weird is I did not do anything in setting.py, urls.py and view.py but it still shows up my index.html, why is that happening ?
share code
I am not able to render the html template- Template Doesnot exist at/ error comes
Did you add , "DIRS": [BASE_DIR, 'templates'] , in settings ?
And
When we create our project, we get 2 files with same name,
1st is our project folder, and inside Django create one more folder with same name.
so make sure to create templates In side the main project , not in folder created by Django itself.
@@OasisFinder yes all the above suggestions are done still same error
Spelling mistakes?
And sometimes we need to run server again and again, refresh dont work
💚
यहां render का मतलब भी समझा दे हिंदी में।
Html file ko display karna
typeError at / error!!!!!1
Write return render (request, "templates\index. html")
Write return render (request, "templates\index. html")
Write return render (request, "templates\index. html")
how to fucking understand this if english is your second language
dear sir plz reply
Hi @wscubetech sir, I am getting this error while rendering templates html page.
TypeError at /
render() missing 1 required positional argument: 'template_name'
AttributeError: module 'django.views' has no attribute 'homepage'
please help