python-getting-started icon indicating copy to clipboard operation
python-getting-started copied to clipboard

.env file not used

Open gghez opened this issue 5 years ago • 1 comments

It does not seem .env file to be used in this project. Maybe a reference to python-dotenv is missing with loading instructions at top of settings.py ?

gghez avatar Apr 22 '19 22:04 gghez

Isn't it used in this step? https://devcenter.heroku.com/articles/getting-started-with-python#define-config-vars

hankliu5 avatar Oct 13 '19 01:10 hankliu5

The .env file is used by heroku local - the tutorial now uses both: https://devcenter.heroku.com/articles/getting-started-with-python#define-config-vars

And more recently (as of #203) there is now a comment in the .env file explaining what uses it: https://github.com/heroku/python-getting-started/blob/main/.env#L1-L4

edmorley avatar Dec 07 '23 16:12 edmorley