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.
我正在通过 Puppet 安装 Celery,我还想有一个默认配置文件提供给 Celery。默认名称是celeryconfig.py,但我不知道在哪里复制它。
celeryconfig.py
我没有在 Django 中使用 Celery。
celeryconfig.py为了让 Celery 每次运行时都能读取它,我应该复制的位置是什么?
我更喜欢将配置放在项目根文件夹中:
但是,您应该使用以下方法之一手动加载配置config_from_object:config_from_envvar或config_from_cmdline.
config_from_object
config_from_envvar
config_from_cmdline