Re: django-cas-consumer template question

2011-04-30 Thread Alex Kamedov
Your user must be registered on service with django-cas-provider. Insead of django-cas-consumer i recomend to use django-cas [1] [1] http://code.google.com/p/django-cas/ On Fri, Apr 29, 2011 at 8:48 PM, Stodge wrote: > Of course! Thanks - I have the template working, now I

Re: django-cas-consumer template question

2011-04-29 Thread Stodge
Of course! Thanks - I have the template working, now I need to get the login functionality working for the consumer. On Apr 29, 9:35 am, Alex Kamedov wrote: > Your user must be redirected from django-cas-consumer login view to > django-cas-provider > login. Login form is

Re: django-cas-consumer template question

2011-04-29 Thread Alex Kamedov
Your user must be redirected from django-cas-consumer login view to django-cas-provider login. Login form is shown on service with django-cas-provider. On Fri, Apr 29, 2011 at 7:30 PM, Stodge wrote: > django-cas-consumer -- Alex Kamedov skype: kamedovwww: kamedov.ru

django-cas-consumer template question

2011-04-29 Thread Stodge
I installed django-cas-provider and django-cas-consumer. I configured the consumer to use the CAS service offered by the provider and I added a base.html template for the consumer. Is this base template supposed to contain the login form? Or is the login form supposed to be available on teh