2👍
On Openshift, you can type this command :
rhc tail -a <app-name>
and get the traceback . It should tell you what went wrong
0👍
I strongly advocate to use Sentry ( https://getsentry.com/welcome/ ) for such debugging. It just made our lives easier. You can see all the details reported and the same errors are grouped together.
Additionally you can SSH into Openshift and use the common Linux tools or to use rhc tail as mentioned.
- [Answered ]-Django 1.9 migrate for the first time is not creating tables
- [Answered ]-Upload an image to twitter via tweepy from django form
- [Answered ]-Dynamically add form to formset in Django and submit with AJAX
- [Answered ]-Get user OneToOneField fields in ModelForms
Source:stackexchange.com