Reputation: 373
I am learning Django for a couple of month now and I've noticed that there's some methods/fields and stuff like that (e.g. get_absolute_url), that Pycharm doesn't offer autocomplition for. So I've been wondering are there any plugins or something for pycharm i can install to make autocomplition more thorough?
Thanks in advance!
Upvotes: 1
Views: 290
Reputation: 21
Yes, it's possible to configure Pycharm for Django, but that feature is available only for Pycharm Professional. Btw there are great free plugins for Djnago and Python in Visual Studio Code.
Upvotes: 1