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

tailwind runserver isn't passing through --skip-checks #69

Closed
jefftriplett opened this issue Nov 15, 2023 · 2 comments
Closed

tailwind runserver isn't passing through --skip-checks #69

jefftriplett opened this issue Nov 15, 2023 · 2 comments

Comments

@jefftriplett
Copy link
Contributor

I'm currently running python manage.py tailwind --skip-checks runserver 0.0.0.0:8000 and I noticed it was taking between 7 to 10 seconds to scan+reload Python code changes.

I checked my logs and noticed Performing system checks... which is a sign that --skip-checks isn't being respected/passed to runserver.

Frustratingly, this is a common performance issue for medium to large projects in containers.

if --skip-checks could either get passed through or added as an options to runserver then it should just work via: python manage.py tailwind runserver --skip-checks 0.0.0.0:8000.

Is there any interest in adding this? I might be able to take it on Friday if so. (assuming someone doesn't beat me to it :) )

@oliverandrich
Copy link
Owner

Good idea. As I also plan to work a bit on the project on Friday, I can fix this easily.

@jefftriplett
Copy link
Contributor Author

@oliverandrich danke 🎉

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