BredoGen / ProjectEnv

ProjectEnv plugin provides settings to configure project-wide .env (dotenv), json/yaml files in PyCharm / IDEA / GoLand / etc.
16 stars 8 forks source link

Env variables not working in Django console #10

Open gschurck opened 2 years ago

gschurck commented 2 years ago

When I run manage.py tasks on Pycharm, the env variable from ProjectEnv are not used, but they work for example in Pycharm terminal.