morenopc / django-calendar-app

Good calendar made in Django
http://www.lightbird.net/dbe/cal1.html
6 stars 4 forks source link

TemplateDoesNotExist: mainpage.html #2

Open pari2dhi3 opened 7 years ago

pari2dhi3 commented 7 years ago

Hey, I am new to Django, I have been playing around with your code and i am getting this error in mainpage {'form': AddEventForm, 'editform': editform, 'calendars': calendars, 'calendar': calendar, 'selection': selection}, context) I am also getting this error TemplateDoesNotExist: mainpage.html Can you please guide me?

morenopc commented 7 years ago

Hello.

There is not mainpage.html template page in this project so my guess is the path to mainpage.html in your project is not right.

Make sure that the path to mainpage.html template page in your project is right or share more details.