Python decouple comes with a method called Csv() to make this work simple for you. from decouple import config, Csv ALLOWED_HOSTS = config( ...
確定! 回上一頁