mirror of https://github.com/zulip/zulip.git
229e08c1d9
I checked that this does not interfere with the MRO of the auth backends: In [1]: import zproject.backends; zproject.backends.GitHubAuthBackend.__mro__ Out[1]: (zproject.backends.GitHubAuthBackend, zproject.backends.SocialAuthMixin, zproject.backends.ZulipAuthMixin, zproject.backends.ExternalAuthMethod, abc.ABC, social_core.backends.github.GithubOAuth2, social_core.backends.oauth.BaseOAuth2, social_core.backends.oauth.OAuthAuth, social_core.backends.base.BaseAuth, object) Signed-off-by: Anders Kaseorg <anders@zulip.com> |
||
---|---|---|
.. | ||
jinja2 | ||
__init__.py | ||
backends.py | ||
computed_settings.py | ||
config.py | ||
configured_settings.py | ||
default_settings.py | ||
dev_settings.py | ||
dev_urls.py | ||
email_backends.py | ||
legacy_urls.py | ||
prod_settings_template.py | ||
settings.py | ||
terms.md.template | ||
test_extra_settings.py | ||
test_settings.py | ||
urls.py | ||
wsgi.py |