Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --skip-checks to runserver_plus #1833

Open
tasiotas opened this issue Aug 21, 2023 · 1 comment
Open

add --skip-checks to runserver_plus #1833

tasiotas opened this issue Aug 21, 2023 · 1 comment

Comments

@tasiotas
Copy link

Please add --skip-checks to runserver_plus.

Django has it since 3.0
https://docs.djangoproject.com/en/4.2/ref/django-admin/#runserver

Thank you

@varunsaral
Copy link

varunsaral commented Aug 29, 2023

try:
check_errors(self.check)(display_num_errors=self.show_startup_messages)
check_errors(self.check_migrations)()
handler = check_errors(self.get_handler)(**options)
except Exception as exc:
self.stderr.write("Error occurred during checks: %r" % exc, ending="\n\n")

I think we can move this to if block after adding --skip-checks in handler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants