I am deploying my django project, i set up the project on server and once i go to url, i end up seeing this error message.
since the error message is huge, i am adding screenshot here.
I created 500.html and 400.html.
this is my template settings in settings.py on prod server
TEMPLATE_DIRS = (
"templates",
os.path.join(PROJECT_PATH, "templates"),
)
what am i doing wrong?