Page reload hang using django (python 2.7 in linux)
56 views
Skip to first unread message
Mark Adward
unread,
Nov 7, 2014, 4:26:11 AM11/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I developed a web app to image process using python django framework. The app woks fine in windows But the problem i am facing on linux operating system. When i start the server using command:- python manage.py runserver , The app works only for the first time then When i click reload on the browser it stuck on loading and never load the page. Server is aloso running on background what i have to kill using command : sudo fuser -k 8000/tcp. Can any one tell me what is the problem ?
Collin Anderson
unread,
Nov 12, 2014, 3:39:33 PM11/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hello,
My guess is the web app is stuck doing some IO or waiting for a subprocess.