I'm trying to implement single sign-on using only django auth.
Let's assume two django projects, on different sub-domains:
site.com(auth) and app1.site.com(app1) The auth table in site.com is
master. site.com handles: login, logout, account registration, etc.
site.com sets SESSION_COOKIE_DOMAIN t
No 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-users@googlegroups.com
To unsubscribe from this group, send email to
django-users+unsubscr...
Thank YOU!
love the super(...)!
On Apr 1, 4:03 am, Alex Gaynor wrote:
> On Tue, Mar 31, 2009 at 11:01 PM, Ricardob wrote:
>
> > I'm sorry if this is too basic, just starting on django.
>
> > How do I call the default clean method? Am I not overriding it by
> >
I'm sorry if this is too basic, just starting on django.
How do I call the default clean method? Am I not overriding it by
defining on ModelForm?
On Apr 1, 3:35 am, Alex Gaynor wrote:
> On Tue, Mar 31, 2009 at 10:32 PM, skydark wrote:
>
> > I am using the clean() method to do some costum valid
4 matches
Mail list logo