jnpnote.com
Add Ruff to Dockerized Django project with Cookiecutter
In previous post, I started a django project with cookiecutter. Then, I added poetry to the project. In this post, I will add ruff to the project. An extre
jisoooh0202