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 10 months ago

gregsadetsky commented 10 months ago

WHITENOISE_ROOT = BASE_DIR / ".." / "core" / "static" / "root"