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 , 4 years ago
Cc: | added |
---|---|
Summary: | Support --skip-checks argument in runserver command → Add --skip-checks option to the runserver command. |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 4 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Sounds reasonable.