Jul-30-2020, 03:14 PM
I'm new to Django, and just started a project using Python 3.7, Django 3.0.8 in a Debian WSL2.
Running VS Code in Win10, Python extension installed, with pylint.
Codehint works fine with almost all objects
![[Image: image.png]](https://i.ibb.co/VDjqHQ4/image.png)
All my code is working fine, but I can't get object/type info on create_user() And that's a problem I couldn't figure out by myself, and believe solving this now could avoid any future confusion in coding this project.
![[Image: image.png]](https://i.ibb.co/gS8Wfct/image.png)
Any help is apreciated, thanks in advance!
Running VS Code in Win10, Python extension installed, with pylint.
Codehint works fine with almost all objects
![[Image: image.png]](https://i.ibb.co/VDjqHQ4/image.png)
All my code is working fine, but I can't get object/type info on create_user() And that's a problem I couldn't figure out by myself, and believe solving this now could avoid any future confusion in coding this project.
![[Image: image.png]](https://i.ibb.co/gS8Wfct/image.png)
Any help is apreciated, thanks in advance!