Have you set SESSION_COOKIE_DOMAIN in settings.py?  Without that being
set correctly, you'll run into the problem you've described above.  In
your case,

SESSION_COOKIE_DOMAIN = 'dev.mydomain.com'.

http://docs.djangoproject.com/en/dev/ref/settings/#session-cookie-domain

On Mar 25, 7:47 am, Tim <tim.hueg...@gmail.com> wrote:
> Hi,
>
> I've just set up the admin site and when I try to log in, I get the
> following message:
>
> "Looks like your browser isn't configured to accept cookies. Please
> enable cookies, reload this page, and try again."
>
> Following extensive searching through this group, google, and just
> about every other resource I can think of, there seem to be a lot of
> references to a common bug in regard to servers running PHP and Python
> through mod_python. This is not the case for me.
>
> I'm currently running Ubuntu Jaunty, with Python 2.6 and Django 1.1.1.
> The web server is Nginx, forwarding Python to Apache using modwsgi.
> However, when I attempted to access the admin site, I was connecting
> through the Django dev server, not the web sever:
>
> ./manage.py runserver 0.0.0.0:8000
>
> Accessing using the following address in my browser (both Chrome and
> FF):
>
> http://dev.mydomain.com:8000/admin/
>
> I'm afraid I'm at a complete loss; can anyone help?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to