Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是BROKER_USER和BROKER_PASSWORD在 django celery 中?这是 Django 中超级用户的用户名和密码?如果没有,如何设置用户和密码?
BROKER_USER
BROKER_PASSWORD
django celery 中的 BROKER_USER 和 BROKER_PASSWORD 是什么?
这些是底层队列框架(通常是 AMQP)的凭据。
您可以选择:
这是您的代理用户名和密码,例如可以是 AMQP。
这是一个示例:配置您的 Django 项目以使用 Celery