Re: Problem logging in to admin using Safari

2008-06-26 Thread Jacob Kaplan-Moss
Hey Pieter -- You may want to experiment with the SESSION_COOKIE_DOMAIN setting (http://www.djangoproject.com/documentation/settings/#session-cookie-domain); it could be that Safari's doing strange things with ".local" session cookies and doing something explicit could help. Worth a shot, at leas

Re: Problem logging in to admin using Safari

2008-06-26 Thread Emil Styrke
I guess it depends on what you mean by "client related". If Safari is the only browser exhibiting this behavior I think it's safe to assume that the web server is doing OK. This assumption is only strengthened by the fact that only a change of the name the server is accessed through changes the beh

Re: Problem logging in to admin using Safari

2008-06-25 Thread Pieter Claerhout
I think I got closer to the source of the problem. First of all, it's not client related. What I tried was the following: - Removed all the virtual hosting stuff and defined the complete web server to serve the django app. - Included django_test.local pointing to 127.0.0.1 in the hosts file. If

Re: Problem logging in to admin using Safari

2008-06-24 Thread Emil Styrke
It certainly looks to me like it is a client and not a server problem. Have you tried running the development server on the mac and accessing it with that exact same install of Safari? Have you tried accessing the site from a different mac with safari? As a next step in tracing the error I'd ins

Re: Problem logging in to admin using Safari

2008-06-24 Thread Pieter Claerhout
Anyone an idea? I've also disabled PHP on the server as that might cause some troubles, but that didn't make a difference. pieter 2008/6/23 Pieter Claerhout <[EMAIL PROTECTED]>: > Absolutely, that was the first thing I checked ;-) > > pieter > > 2008/6/23 TiNo <[EMAIL PROTECTED]>: >> >> >>> Look

Re: Problem logging in to admin using Safari

2008-06-23 Thread Pieter Claerhout
Absolutely, that was the first thing I checked ;-) pieter 2008/6/23 TiNo <[EMAIL PROTECTED]>: > > >> Looks like your browser isn't configured to accept cookies. Please >> enable cookies, reload this page, and try again. >> > > Well, are cookies enabled in Safari? (Prefs > Security > accept > coo

Re: Problem logging in to admin using Safari

2008-06-23 Thread TiNo
> Looks like your browser isn't configured to accept cookies. Please > enable cookies, reload this page, and try again. > Well, are cookies enabled in Safari? (Prefs > Security > accept cookies)... --~--~-~--~~~---~--~~ You received this message because you are su

Problem logging in to admin using Safari

2008-06-22 Thread Pieter Claerhout
Hi all, I've started playing with Django and stumbled upon a very strange problem. I've created a small test application with just a single app in there which renders some static HTML. I've also enabled the automatic admin side which seems to work just fine when I run the development server. I'