issues
search
gregsadetsky
/
minimalish-django-starter
Django + Vite starter kit & easy deployment using disco
0
stars
1
forks
source link
include root dir i.e. WHITENOISE_ROOT + trick in dev.py so that correct files are served locally?
#9
Open
gregsadetsky
opened
1 year ago
gregsadetsky
commented
1 year ago
WHITENOISE_ROOT = BASE_DIR / ".." / "core" / "static" / "root"
WHITENOISE_ROOT = BASE_DIR / ".." / "core" / "static" / "root"