Re: django page loads forever

2011-06-23 Thread Shawn Milochik
On 06/23/2011 05:05 AM, Nikhil Somaru wrote: for a quick fix you could also import pdb pdb.set_trace() that will drop a shell in your "runserver" window and let you explore the value of variables in the context +1 on pdb http://www.doughellmann.com/PyMOTW/pdb/ -- You received this messa

Re: django page loads forever

2011-06-23 Thread Nikhil Somaru
for a quick fix you could also import pdb pdb.set_trace() that will drop a shell in your "runserver" window and let you explore the value of variables in the context On Wed, Jun 22, 2011 at 8:59 PM, Shawn Milochik wrote: > On 06/22/2011 11:26 AM, jay K. wrote: > >> Hello, everyone >> >> I have

Re: django page loads forever

2011-06-22 Thread Shawn Milochik
On 06/22/2011 11:26 AM, jay K. wrote: Hello, everyone I have a django page which loads indefinitely some of the javascript that is supposed to come up does not appear on the screen (while the page is still loading), but i checked with firebugs and there are no error messages at all any advice

django page loads forever

2011-06-22 Thread jay K.
Hello, everyone I have a django page which loads indefinitely some of the javascript that is supposed to come up does not appear on the screen (while the page is still loading), but i checked with firebugs and there are no error messages at all any advice would be helpful thanks jay k -- Yo