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 :)
Hi there,
Just found that
--skip-checkson Daphne runserver which is the first Django app in my INSTALLED_APPS - does not work.Found out that
--skip-checksoption 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:
daphne/daphne/management/commands/runserver.py
Line 108 in 032c560
Ready to provide PR :)