Re: Templates couldn't be found after a new package installed

2015-06-24 Thread Ashish Khatkar
Can you post your urls.py, views.py and settings.py so that we can know what is the exact issue here ? On Wednesday, June 24, 2015 at 4:35:49 PM UTC+5:30, entheo wrote: > > Just received the message after run mysite sever to which a package > called 'django-polls' installed according to django-

Templates couldn't be found after a new package installed

2015-06-24 Thread entheo
Just received the message after run mysite sever to which a package called 'django-polls' installed according to django-project tutorial . TemplateDoesNotExist at /polls/ polls/index.html, polls/question_list.html I am a new starter for Django Can anyone help me out the question? -- You rec