user1276273
user1276273

Reputation: 1993

IntelliJ - django libraries in virtualenv

I cant seem to figure out how to have the django libraries resolve in intelliJ. I'm using virtualenv, so the libraries are in venv/lib/python2.7/django . Any ideas?

Upvotes: 0

Views: 112

Answers (1)

Mihnea DB
Mihnea DB

Reputation: 396

Go to File > Project Structure, then choose SDKs under Platform Settings (on the left) and then add your virtualenv in there. After this, select your new Python virtualenv, press OK and you should be good to go.

Upvotes: 1

Related Questions