Missing django console in pycharm pro

Hello, i cant find django console in pycharm pro. Is this a bug? 

0
1 comment

Hello,

By default, when you create a simple Python project, Django support is turned off. You can turn it on by navigating **Settings | Languages and frameworks | Django** and checking the option "Enable Django support". 

Once you have done it, re-open settings, and Django console options will be available under **Settings | Build, Execution, Deployment | Console**.

0

Please sign in to leave a comment.