MCPcopy Index your code
hub / github.com/Flagsmith/flagsmith / should_skip_create_initial_superuser

Function should_skip_create_initial_superuser

api/users/services.py:16–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def should_skip_create_initial_superuser() -> bool:
17 return FFAdminUser.objects.exists()
18
19
20def create_initial_superuser(

Callers 3

has_permissionMethod · 0.90
getMethod · 0.90
handleMethod · 0.90

Calls 1

existsMethod · 0.80

Tested by

no test coverage detected