django-allauth-cas/allauth_cas/__init__.py

8 lines
162 B
Python
Raw Normal View History

2017-07-25 18:31:42 +02:00
# -*- coding: utf-8 -*-
2017-12-29 18:19:01 +01:00
__version__ = '1.0.0b1'
2017-07-25 18:31:42 +02:00
default_app_config = 'allauth_cas.apps.CASAccountConfig'
CAS_PROVIDER_SESSION_KEY = 'allauth_cas__provider_id'