Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
def
should_skip_create_initial_superuser() -> bool:
17
return
FFAdminUser.objects.exists()
18
19
20
def
create_initial_superuser(
Callers
3
has_permission
Method · 0.90
get
Method · 0.90
handle
Method · 0.90
Calls
1
exists
Method · 0.80
Tested by
no test coverage detected