【发布时间】:2019-11-29 22:16:13
【问题描述】:
我正在使用 Django 构建一个网络应用程序。我正在尝试将应用程序连接到 Azure Database for PostgreSQL。
当我尝试使用来自 PowerShell 的命令 python manage.py makemigrations 进行迁移时,我收到此错误:
no pg_hba.conf entry for host
这个错误是什么意思?
【问题讨论】:
-
您好,欢迎来到 SO!为了让人们帮助您,请考虑阅读有关How to ask a good question 的链接。特别需要提供Minimal, Reproducible Example
标签: python django database postgresql azure