Implementation of sso with django auth.

2011-07-05 Thread Ricardob
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

Re: Creating menu from self-nested list

2009-04-17 Thread Ricardob
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...

Re: Unique Constraint validation on admin fails when declaring clean() method

2009-03-31 Thread Ricardob
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 > >

Re: Unique Constraint validation on admin fails when declaring clean() method

2009-03-31 Thread Ricardob
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