pycharm not picking up on code completion of Django (bitnami install)

已完成

Hello,

 

using the community edition of PyCharm on a mac.

I've installed Django using a Bitnami install package.

Created a project using the manage.py command, then opened the resulting directory in PyCharm, but the IDE doesn't seem to pickup on the Django classes.

Any pointers to how i can configure the IDE to pickup on the Django classes ? Do i need to add the Django library(labraries?) to the Externam Libraries section in the project ? 

 

thanks,
tom

0
Avatar
Permanently deleted user

ah... this reminds me of that airplane maintenance release joke

Pilot: Number 3 engine missing.
Service Engineer: Engine found on right wing after brief search.

 

so PyCharm->settings->Project: website->Project Interpreter

   first install the package manager (by clicking on the greyed out + sign)

    close and re-open the settings page, go back to the same location

    click the now non-greyed out + sign and install Django

 

 

1

请先登录再写评论。