Add option `skip_checks` as in native DjangoRunServer
Open
- Dominant language
- Python
- Stars
- 2.7k
- Forks
- 292
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 3
Description
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:
https://github.com/django/daphne/blob/032c5608f937c510da8c2affafcc6306f75bb9f9/daphne/management/commands/runserver.py#L108
Ready to provide PR :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.