How to set environment variables for your Python application from PyCharm
The Twelve-Factor App methodology recommends storing configurations in the environment.
When you follow this methodology and want to run your Python application from PyCharm, you need to create a customised run configuration.
In case you need it, this post shows how to set environment variables for your Python application from PyCharm.
Follow us