Hi, i'm using django (svn 1.1 pre-alpha).
I have a project with 3 apps.

All i want is to allow different website to acces this project but
each website use
a different database.

So to do that, i've create different vhost in apache conf
and in the settings.py file i check which database the website must
use.

All if ok with the main website but when i try to access an
application
from an other website, i'm guetting the login page again and again
with a message telling me that
my browser can't accept cookie.???

So after some investigation, i managed to remove all the
login_required decorator and all works fine.

Someone know how to solve this problem?

Thanks for all, and sorry for the bad english.

Btw django rocks!

--~--~---------~--~----~------------~-------~--~----~
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@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