django-allauth-cas/allauth_cas/__init__.py
Aurélien Delobelle 3f84c805d0 New dev release
2017-07-26 18:34:08 +02:00

7 lines
165 B
Python

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