问题
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