Re: Newbie question about django-cas

2014-02-19 Thread wasingej
The problem is fixed. Thanks esauro :) Jared -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group,

Re: Newbie question about django-cas

2014-02-19 Thread Esau Rodriguez
Hi there, you have to put the absolute url for CAS_SERVER_URL try CAS_SERVER_URL=http://login.oregonstate.edu-dev/login (or https) Regards, Esau Rodriguez. On Wed, Feb 19, 2014 at 6:04 PM, wasingej wrote: > Hello. > > I am trying to put together a little test application which allows a user to

Re: Newbie question about django-cas

2014-02-19 Thread Tobias Ramos
try to set your login url to: http://127.0.0.1:8000/accounts/login while you testing. Tobias On 19 February 2014 15:04, wasingej wrote: > Hello. > > I am trying to put together a little test application which allows a user > to log in to a CAS server and then redirects them back to the site a

Newbie question about django-cas

2014-02-19 Thread wasingej
Hello. I am trying to put together a little test application which allows a user to log in to a CAS server and then redirects them back to the site after they have logged in. I have followed the instructions on this page: https://bitbucket.org/cpcc/django-cas/overview. The URL for my serv