静态文件夹

在settings.py 中配置
STATICFILES_DIRS = [
    os.path.join(BASE_DIR, 'static')
]

 

 
posted @ 2019-03-26 22:57  萤huo虫  阅读(151)  评论(0)    收藏  举报