ParthKolekar / django-cas

A Django-CAS library with minimal backward compatablity to be used for modern versions of both Django and CAS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-cas

image

image

A Django CAS library for version 1.7.4 which actually works

Documentation

The full documentation is at https://django-cas.readthedocs.org.

Quickstart

Install django-cas:

pip install django-cas-minimal

Then use it in a project:

import django_cas

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements-test.txt
(myenv) $ python runtests.py

Credits

Credits to https://bitbucket.org/cpcc/django-cas

Tools used in rendering this package:

About

A Django-CAS library with minimal backward compatablity to be used for modern versions of both Django and CAS

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 93.9%Language:Makefile 6.1%