django-allauth-cas/allauth_cas/__init__.py
Aurélien Delobelle 6657ec6042 Bump version: 1.0.0
2018-10-21 15:29:26 +02:00

7 lines
160 B
Python

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