A Django CAS library for version 1.7.4 which actually works
The full documentation is at https://django-cas.readthedocs.org.
Install django-cas:
pip install django-cas-minimal
Then use it in a project:
import django_cas
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install -r requirements-test.txt (myenv) $ python runtests.py
Credits to https://bitbucket.org/cpcc/django-cas
Tools used in rendering this package: