mirror of
https://github.com/Hopiu/django.git
synced 2026-03-17 22:40:24 +00:00
4 lines
167 B
Python
4 lines
167 B
Python
# For testing that auth backends can be referenced using a convenience import
|
|
from .test_auth_backends import ImportedModelBackend
|
|
|
|
__all__ = ['ImportedModelBackend']
|