ESSAY / NOTE

Django访问本地静态文件

setting中配置 STATIC_URL = '/static/' STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'static'), )