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
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
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
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
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
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
> 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
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'
8 matches
Mail list logo