Skip to content

Add option skip_checks as in native DjangoRunServer #567

@DmytroLitvinov

Description

@DmytroLitvinov

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions