PostgreSQLの設定 Djangoの設定 (参考)django.db.utils.OperationalError: FATAL: Ident authentication failed for user (参考)AssertionError: database connection isn't set to UTC (参考)UserWarning: The psycopg2 wheel package will be renamed from release 2.8 まとめ A Complete Beginner's Guide to Djangoのチュートリアルを参考にデータベースをSQLiteからPostgreSQLに変更してみる。 PostgreSQLの設定 PostgreSQLはインストールしてあるものとして話を進める。 $ psql --version psql (Pos
