Opened 4 years ago

Closed 4 years ago

#32296 closed New feature (fixed)

Add --skip-checks option to the runserver command.

Reported by: Evgeny Arshinov Owned by: Hasan Ramezani
Component: Core (Management commands) Version: dev
Severity: Normal Keywords:
Cc: Jon Dufresne Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Rationale:

  • It would be consistent with other management commands performing system checks
  • It would help people like me who would rather have checks enabled exclusively in CI/CD than wait 15-20 seconds for each project reload during development

Related StackOverflow question:
https://stackoverflow.com/questions/41438593/skip-system-checks-on-django-server-in-debug-mode-in-pycharm/41725866

Change History (4)

comment:1 by Mariusz Felisiak, 4 years ago

Cc: Jon Dufresne added
Summary: Support --skip-checks argument in runserver commandAdd --skip-checks option to the runserver command.
Triage Stage: UnreviewedAccepted

Sounds reasonable.

comment:2 by Hasan Ramezani, 4 years ago

Has patch: set
Owner: changed from nobody to Hasan Ramezani
Status: newassigned

comment:3 by Mariusz Felisiak, 4 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 34aa4f1:

Fixed #32296 -- Added --skip-checks option to runserver command.

Note: See TracTickets for help on using tickets.
Back to Top