Hi there,
Just found that --skip-checks
on Daphne runserver which is the first Django app in my INSTALLED_APPS - does not work.
Found out that --skip-checks
option is not supported on Daphne.
Here is Django original runserver: https://github.com/django/django/blob/e427e6b19b7a9e479e079700e4140573d40f6121/django/core/management/commands/runserver.py#L130
Here is Daphne runserver:
|
self.stdout.write("Performing system checks...\n\n") |
Ready to provide PR :)