Django Local Development with Docker & Pre-Commit

preview_player
Показать описание
A quick tutorial configuring a django project for local development with docker, docker-compose, and pre-commit hooks.
Рекомендации по теме
Комментарии
Автор

Great example of best practices used in Django development. Great job! Many thanks.

AlessandroBottoni
Автор

Thanks for this video Jonathan, very informative!
I hope you'll do more Django + Docker dev environment setup videos.
Do you still setup your development environment this way?

P.S.
You may want to add a link to the companion blog article to the video description as it complements the video very well.

silkogelman
Автор

Hey! Great stuff, thanks for it! I'm trying to understand what the purpose of using multistage Dockerfile for python project. Usually it is helpful for minimizing size of your docker image by not including build tools in case of compiled language project. Also I noticed that you use pipenv a lot, why do you prefer it instead of something like "python3 -m venv"?

nnutipa