Hey, could someone explain me, why Environment Variables doesnt work for django app? I’m using in my code command (settings.py):
SECRET_KEY = os.getenv('SEC_KEY')
and got set SECRET_KEY in my travis project settings. But still im getting error, that secret key must not be empty. Can someone explain me how it work? Why variables are not exported to my project?