MCPcopy
hub / github.com/django/django / get_check_kwargs

Method get_check_kwargs

django/core/management/commands/runserver.py:75–77  ·  view source on GitHub ↗

Validation is called explicitly each time the server reloads.

(self, options)

Source from the content-addressed store, hash-verified

73 return get_internal_wsgi_application()
74
75 def get_check_kwargs(self, options):
76 """Validation is called explicitly each time the server reloads."""
77 return {"tags": set()}
78
79 def handle(self, *args, **options):
80 if not settings.DEBUG and not settings.ALLOWED_HOSTS:

Callers 1

inner_runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected