I'm using pycharm and everytime I restart my laptop I have to always configure the Django root folder and the settings in pycharm.
I always get this error before trying to run my django server:
This are the fields I always have to configure:
Remove .idea
in working directory with rm -rf .idea
My problem was in running both WebStorm and PyCharm in the same directory. Something in .idea/
got overwritten by the other IDE.
Solved by using PyCharm for Django subdir only.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With