debug为true ,不用设置static_root
debug 为false ,设置static_root
STATIC_ROOT = ( os.path.join(BASE_DIR, 'static') )