mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
* move local_server -> backend/server server-> backend/czi_hosted, pull common code into backend/common update imports, tests and make commands
7 lines
284 B
Python
7 lines
284 B
Python
# import the built in auth types so they can be registered
|
|
|
|
import backend.czi_hosted.auth.auth_test # noqa: F401
|
|
import backend.czi_hosted.auth.auth_session # noqa: F401
|
|
import backend.czi_hosted.auth.auth_oauth # noqa: F401
|
|
import backend.czi_hosted.auth.auth_none # noqa: F401
|