STATIC_URL = '/static/'
STATICFILES_DIRS = (
    os.path.join(BASE_DIR, 'static')
)
#注意,如果static文件夹放置某个app下,不需要设置.