我正在使用Django 2.0。
我想使用firebase云消息,因此我安装了 fcm_django 。
我必须在{strong> is_authenticated()
文件中将is_authenticated
替换为rest_framework.py
(不带括号)。
我已经编辑了文件
/home/test/venv_btg/lib/python3.6/site-packages/fcm_django/api/rest_framework.py
然后我保存文件。
但是当我运行网址时。它在文件rest_framework.py
中显示以下错误 if user is not None and user.is_authenticated():
但我已将is_authenticated()
更改为is_aunthenticated
为什么django没有反映这些变化?