django-allauth-cas/allauth_cas/__init__.py
2017-12-29 18:23:50 +01:00

7 lines
162 B
Python

# -*- coding: utf-8 -*-
__version__ = '1.0.0b1'
default_app_config = 'allauth_cas.apps.CASAccountConfig'
CAS_PROVIDER_SESSION_KEY = 'allauth_cas__provider_id'