Validation is called explicitly each time the server reloads.
(self, options)
| 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: |