【发布时间】:2023-03-21 19:46:01
【问题描述】:
您好,我的 Django 项目有问题。当我在 Pycharm 中运行 celery 时出现此错误:
No module named 'notifications.signals'; 'notifications' is not a package
虽然当我在 Python 控制台中输入以下内容时:
from notifications.signals import notify
你能帮帮我吗?
非常感谢
【问题讨论】:
-
你安装了通知吗?
-
我安装了 django-notifications 和 django-notification 但它不起作用:/
标签: python-3.x django notifications celery