我已经在pipenv中安装了django-rest-auth包。但是得到这个错误
django-rest-auth
发布于 2020-06-21 16:40:02
INSTALLED_APPS需要是一个列表。"rest_auth“和"profiles”之间缺少逗号。因此,正在导入一个模块"rest_authprofiles“。
https://stackoverflow.com/questions/62496029
相似问题