PiccolMan
PiccolMan

Reputation: 5366

PyCharm - how to use a folder that is not in the base directory

I want to use a folder that is not in the base directory of my django project without adding it in to the base directory.

Upvotes: 1

Views: 99

Answers (1)

M.javid
M.javid

Reputation: 6647

Open File > settings menu and then goto project: foo > Project Structure and press Add Content Root, then select destination directory. and after folder added in list, right click on the folder and set as source, in last step press OK...

Upvotes: 1

Related Questions