Forums

Static Files not served

I'm trying to deploy a Django Web App but the static files are not working. The STATIC_ROOT is os.path.join(BASE_DIR, 'static/') and the STATIC_URL is "/static/". I mapped the static files in the "web" tab to /home/technocru/sites/techno_cru/static/ with the url being "/static/". I called ./manage.py collectstatic and the css files are in there. However, the static files are still not being served. Each time I've edited stuff, I reloaded the app too so that's not the issue.

Please help.

I got it working!