ニュース

この記事は、Docker(Docker-Compose)を利用しPython,Django,Postgres,Gunicorn,Nginxの開発・本番環境の構築方法を紹介します。 以下のような開発フローに対応する方法となります。 ①:ローカル環境のDocker内で開発 ↓ ②:プロジェクトを本番環境へデプロイ ↓ ③:本番環境のDockerでシステム運用 ↓ ④:① ...
This project demonstrates how to connect to a PostgreSQL database using Python and SQLAlchemy, with the connection string stored securely in an environment variable.
I am running simulations for my phd Thesis. A python code runs and make some calculations and stores them to Postgres database tables. I own 2 MACOS (same OS, same Python version) and 1 Ubuntu client ...