Re: urls.py changes ignored

2006-03-30 Thread Rock
I found a tiny difference in the http.conf files (AllowOveride was set to "FileInfo" instead of "None".) I made that change, even though I seriously doubted that it would make a difference. Then I bounced apache and amazingly enough the new urls.py showed up. I set the AllowOverride setting back

Re: urls.py changes ignored

2006-03-30 Thread Rock
On my development machine I do not have to restart the webserver to have the changes enforced. In any event, I have tried restarting the webserver and also dumping the cache in my browsers without effect. There is no reason to suspect an error with the cloned urls.py file as it is an exact copy

Re: urls.py changes ignored

2006-03-30 Thread medhat
Rock wrote: > Yes I did. No help. > > Then I forced the creation of a new urls.pyc by importing urls.py in > "python manage.py shell" and importing urls.py and explicitly checking > that the correct number of urlpatterns were defined. Still no joy in > the browser though. > > Note that the access_

Re: urls.py changes ignored

2006-03-30 Thread Don Arbow
On Mar 30, 2006, at 9:35 AM, Rock wrote: > Then I forced the creation of a new urls.pyc by importing urls.py in > "python manage.py shell" and importing urls.py and explicitly checking > that the correct number of urlpatterns were defined. Still no joy in > the browser though. > > Note that the ac

Re: urls.py changes ignored

2006-03-30 Thread Rock
Yes I did. No help. Then I forced the creation of a new urls.pyc by importing urls.py in "python manage.py shell" and importing urls.py and explicitly checking that the correct number of urlpatterns were defined. Still no joy in the browser though. Note that the access_log shows my request but t

Re: urls.py changes ignored

2006-03-30 Thread James Bennett
On 3/30/06, Rock <[EMAIL PROTECTED]> wrote: > What else should I be looking at? Did you nuke urls.pyc? -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~-~--~~~---~--~~ You received this message because you are subscrib

urls.py changes ignored

2006-03-30 Thread Rock
I have a development site where I can update myproject.urls.py and the changes are acted upon immediately by my server. I just cloned this site onto another computer and everything seems to be in order except that on this new system, changes to urls.py are entirely ignored. Nothing I do seems to