ModuleNotFoundError:没有名为“ push_notifications”的模块,我在卸载模块django push通知后收到此错误

时间:2019-02-21 05:57:44

标签: django django-rest-framework

snap of error is here which I am getting while I am migrate

首先,我使用pip install django-push-notifications安装了此软件包。 之后,当我尝试迁移此软件包时,我通过pip卸载django-push-notifications删除了此软件包。我收到此错误

2 个答案:

答案 0 :(得分:2)

您已卸载了该模块,因此Django无法找到它。这就是为什么它给错误。

如果您已卸载模块,请删除push_notifications文件INSTALLED_APPS中的settings.py

答案 1 :(得分:0)

检查是否仍然在Installed_Apps的{​​{1}}中注册了它。如果是这样,将其删除。

如果它不在settings.py中,请检查您的URLCONF-> installed_apps是否有与此相关的网址。