Re: Amazon + Django each 12 hours appears that [Errno 5] Input/output error

2016-01-07 Thread Bernardo Garcia
Hi, luisza14 You have the reason, I had my project in DEBUG=True in production, and the main problem was a print sentence in some of my CBV's in the code in production Here, recently I can write how to fix this http://stackoverflow.com/questions/34643170/amazon-django-each-12-hours-ap

Re: Amazon + Django each 12 hours appears that [Errno 5] Input/output error

2016-01-07 Thread Bernardo Garcia
This is my error, which again I get despite that yesterday was solved restarting my server This error did reference to some function of my application Environment: Request Method: GETRequest URL:

Amazon + Django each 12 hours appears that [Errno 5] Input/output error

2016-01-06 Thread Bernardo Garcia
I recently setup and deploy an Amazon EC2 instance for deploy my django project. I was interacting with my application via browser when I get this error in the browser: errno 5 input/output error django This error did reference to some function of my application, but in my console the