Re: Trying out django your first app.

2015-01-01 Thread Collin Anderson
Hi, That error means django rendered a page, but the connection to the browser was broken. That could happen because you clicked a link/button more than once, or pressed "stop", or somehow canceled the request on the browser end. Collin On Thursday, January 1, 2015 3:55:11 AM UTC-5, Siddharth

Re: Trying out django your first app.

2015-01-01 Thread Vijay Khemlani
For me the development server tends to throw that error at random, but does render the page correctly On Thu, Jan 1, 2015 at 2:22 PM, Joel Goldstick wrote: > > > On Thu, Jan 1, 2015 at 3:55 AM, Siddharth Shah > wrote: > >> Actually I was going through the first app example, >> https://docs.djan

Re: Trying out django your first app.

2015-01-01 Thread Joel Goldstick
On Thu, Jan 1, 2015 at 3:55 AM, Siddharth Shah wrote: > Actually I was going through the first app example, > https://docs.djangoproject.com/en/1.7/intro/tutorial03/ > On this particular part I am facing problem while executing > http://localhost:8000/polls/ > > Please find the attachment to see