Python

スポンサーリンク
Development Environment

Django3.2+PostgreSQL+Nginx with Docker and docker-compose

I'm using Docker and docker-compose to set up Django, PostgreSQL for the DB, Nginx for the web server, Python 3.9.6, PostgreSQL 13.4, Nginx 1.20.1 .
Development Environment

Django+MySQL+Nginx with Docker and docker-compose

Docker and docker-compose make it easy to create a Django+ Nginx+MySQL development environment. Python 3.8.5, MySQL8.0, and Nginx1.18 to install.
スポンサーリンク