mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Rename ROOT_DIR -> BASE_DIR
This commit is contained in:
parent
51a9417418
commit
69ac76756c
|
@ -366,7 +366,7 @@ SPECTACULAR_SETTINGS = {
|
|||
WEBPACK_LOADER = {
|
||||
"DEFAULT": {
|
||||
"CACHE": not DEBUG,
|
||||
"STATS_FILE": ROOT_DIR / "webpack-stats.json",
|
||||
"STATS_FILE": BASE_DIR / "webpack-stats.json",
|
||||
"POLL_INTERVAL": 0.1,
|
||||
"IGNORE": [r".+\.hot-update.js", r".+\.map"],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user