两种方式 from project.settings.py import s3_key 第二种: from django.conf import setting s3_key = settings.S3_KEY ### 注意,名字必须大写,否则无法导入