Reputation: 125
i'm trying to deploy Django app in cpanel
after configuring settings and installing requirements i have this error
i want the location of log file to check the error
Upvotes: 1
Views: 4082
Reputation: 1
For debugging, you can put the following code in htaccess:
PassengerFriendlyErrorPages on
Upvotes: 0
Reputation: 66
You may want to see via cPanel -> File Admin -> /home/user/app/stderr.log -> select watch up in the right corner, this is the standard output for Python server. Hope helps to you.
Upvotes: 5