标签: django
我正在使用它来进行推送通知,我的本地主机就可以了。
https://github.com/jleclanche/django-push-notifications
但是当我部署到服务器时, 我做了
pip install django-push-notifications
但是在我的settings.py中,当我添加它时,它会崩溃并且说服务器配置错误。我该怎么办?
INSTALLED_APPS = ( 'push_notifications' )