I have deployed my django app in python anywhere and getting below error :
TemplateDoesNotExist at /topic/
cms_app\content.html
I have two apps in my project. One is cms_app and other is users.
My templates location is Content_Mgmnt/cms_app/templates
/cms_app/content.html
For users and other cms_app templates are working fine however for /topic/ url this is not working and showing templates does not exists.
The same code is working fine in development environment however giving issues in production. How to solve this error?
Content_Mgmntthe name of your project?content.html