django-cas
django-cas copied to clipboard
Add callback function for server url
New setting: CAS_SERVER_URL_CALLBACK. Name of a callable (e.g. appname.utils.get_cas_server_url) that customizes server_url based on value for service.
Updated version of closed PR #85 .