我想在webpack
中使用Django
然后,我像这样设置。
WEBPACK_LOADER = {
'DEFAULT' : {
'BUNDLE_DIR_NAME': 'front/bundles/',
'STATS_FILE': os.path.join(BASE_DIR, 'front/webpack-stats.json'),
}
}
但是,请求URL表示我不想要的奇怪URL
在static
中关闭url
很完美,我该怎么做?