(self)
| 57 | ) |
| 58 | |
| 59 | def has_permission(self): # type: ignore[no-untyped-def] |
| 60 | return not should_skip_create_initial_superuser() |
| 61 | |
| 62 | def handle_no_permission(self): # type: ignore[no-untyped-def] |
| 63 | raise Http404("CAN NOT INIT CONFIGURATION. USER(S) ALREADY EXIST IN SYSTEM.") |
nothing calls this directly
no test coverage detected