STATICFILES_DIRS = [ os.path.join(BASE_DIR,'static'), ]
写成大写可能看不太懂,但是小写的意思非常明显:staticfiles_dir = [ os.path.join()]