Forums

Server Error (500)

Hello, I'm new in pythonanywhere. I deployed one of my e-commerce project. Project deployed successfully. But when i'm trying to make a payment it's showing that Server Error(500). I checked as, DEBUG=TRUE. It's not showing django related errors. And my url path is also ok.

Note: I added SSL-commerz api for payment method which have a Demo system for Developers. And i also installed ssl-commerz in my virtualenv.

mysite: tnmy2426.pythonanywhere.com

Look in your error and server logs for details of the error that you can use to start debugging it.

@glenn already checked as DEBUG=TRUE mode. But it's showing that same Server Error (500) when DEBUG=TRUE. which is not django related error. And it works in my localhost:8000 But not working here.

Link to logs is available on the "Web" page on PythonAnywhere. Look there.