Installation¶
Python 3.x¶
Install with pip:
pip install django-cas-ng
Install the latest code:
pip install https://github.com/django-cas-ng/django-cas-ng/archive/master.zip
Install the latest code from source code:
git clone --depth 1 https://github.com/django-cas-ng/django-cas-ng.git
python setup.py install
Python 2.x¶
The last version support Python 2.x and Django 1.x is 3.5.10
:
pip install django-cas-ng==3.5.10