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:
some possible causes and suggestions for this problem.
Causes:
Suggestions:
python test.py > test.log 2>&1 &
, python test.py > /dev/null 2>&1 &