Call _disable_static_auth() during startup (#897)

This commit is contained in:
trick77
2025-03-15 14:03:43 +01:00
committed by GitHub
parent 9f351b5907
commit 4b19294899

View File

@@ -86,6 +86,7 @@ class Command(BaseCommand):
self._elastic_user_overwrite()
self._ta_port_overwrite()
self._ta_backend_port_overwrite()
self._disable_static_auth()
self._create_superuser()
def _expected_vars(self):