PyCharm doesn't autocomplete Django “models” in 2018.3.2

人盡茶涼 提交于 2020-05-31 05:02:08

问题


I've created my Django project with PyCharm. When I use the objects attribute in my model, PyCharm doesn't recognize objects.

I've visited this page, but I haven't got the Django option in settings: "Settings/Languages & Frameworks/Django" !


回答1:


Up to the current version of PyCharm (2020.1), Django support, including code completion, is only available in PyCharm Professional - see the PyCharm documentation. Django is not supported by PyCharm Community Edition.



来源:https://stackoverflow.com/questions/54038129/pycharm-doesnt-autocomplete-django-models-in-2018-3-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!