c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
6 lines
284 B
Text
6 lines
284 B
Text
python-dotenv reads the key,value pair from .env and adds them to environment
|
|
variable. It is great of managing app settings during development and in
|
|
production using 12-factor principles.
|
|
|
|
WWW: https://pypi.org/project/python-dotenv/
|
|
WWW: https://github.com/theskumar/python-dotenv
|