Django
i'm trying to learn django for 6 months and still not able to clear the basics thing like linking tamplate with their url. i've again started to learn django. but i am getting error when i'm trying to display the templates' html file to home page. i have uploaded file on github this is the link: https://github.com/Anjali-stuart/djangoPractice right now i'm totally demotivated as for joining any company or internship i need to have a language and a framework i know the language but unable to understand framework plz anyone help me for basics of django. we can use meet or any online platform plz anyone if you can help me do help me.
10/3/2021 5:11:46 AM
Anjali Singh
6 Answers
New AnswerI can see there are some problems in your code like template directory not defined (this is the main reason of no page is displayed when you visit website),adding app in installed apps and you also have to mdify urls.py to work properly