摘要: settings.py # 直接修改访问路径 # STATIC_URL = '/static/' STATIC_URL = 'https://xxx.com/static/' STATICFILES_DIRS = ( os.path.join(BASE_DIR, "static"), ) 阅读全文
posted @ 2022-03-25 17:46 _Q 阅读(184) 评论(0) 推荐(0)