2👍
✅
those are just environment variables, so just get them:
import os
var = os.environ.get('setting_name')
Source:stackexchange.com
2👍
those are just environment variables, so just get them:
import os
var = os.environ.get('setting_name')