PostgreSQLとPostGISをインストールしましたが、次の手順に従おうとしています:http: //docs.djangoproject.com/en/dev/ref/contrib/gis/install/#spatialdb-template
しかし、コマンドプロンプトとCygwinの両方で次のエラーが発生し続けます。
C:\Users\Home>createdb -E UTF8 template_postgis
createdb: could not connect to database postgres: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
そして、私はPostgreSQLが実行されていることを知っています。なぜなら、私は今それを使用しているからです!
オープンソースアプリケーションのインストールは時々とてもイライラすることがあります...
私はあなたの助けにとても感謝します!