Hacker News new | past | comments | ask | show | jobs | submit login

If you are deploying to Django, you've likely converged to a specific set of Python dependencies that have been pretty static for close to a decade.

I'd be surprised if my Django virtualenv has ever had more than 20 dependencies.




The whole of the Django community has not converged on the same deps. Same with JavaScript. With Python/Django there's uWSGI vs. Gunicorn vs. etc, etc, etc. Then there's ASGI with Uvicorn vs. Daphne vs. Hypercorn. That's just running your code. Nothing is one-size fits all.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: