import it in your file from decouple import config. Then get the env variable. SECRET_KEY=config('SECRET_KEY'). Read more about the python library here.
確定! 回上一頁