Re: Strange tutorial behavior...

2008-04-17 Thread Jon
Answering my own question here :-) It looks like this is related to the proxy server settings in IE. Home machine didn't use a proxy server - no problem on IE7 (and probably not a problem on IE6 either). On work machine, there is a proxy server in the settings and localhost isn't automatically e

Re: Strange tutorial behavior...

2008-04-17 Thread Jon
Both cases I am using MySQL 5.0. However, new info: this ONLY appears in IE. When I use Firefox, this doesn't happen. I think this may be an IE 6.0 problem. I am using IE 6.0 on this machine, but at home, i was using IE 7.0. Still, this seems really weird. Also, when I switch from http://loc

Re: Strange tutorial behavior...

2008-04-17 Thread Hernan Olivera
Maybe something about your database settings. You don't say what db are you using in each case. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@

Re: Strange tutorial behavior...

2008-04-17 Thread Jon
Sure! On Apr 17, 12:00 pm, "Eric Liu" <[EMAIL PROTECTED]> wrote: > Hi, > May be you can post your source code,then we can check it whether there are > some wongs with it. > I simply cut and paste from the tutorial, but here 'tis: === polls/models.py:

Re: Strange tutorial behavior...

2008-04-17 Thread Eric Liu
Hi, May be you can post your source code,then we can check it whether there are some wongs with it. 2008/4/17, Jon <[EMAIL PROTECTED]>: > > > I successfully ran the complete tutorial (using version 0.96.1) on my > home machine over last weekend without incident. > > This week, I tried to bring up