Static Files being served for Django

Hey, I am trying to serve static files (IE, css, js …etc)

I have followed the guide on: How to setup DJANGO application on CyberPanel/OpenLiteSpeed - #2 - Blog Posts - CyberPanel Community

to no avail. I know when I was using IIS for windows to host my site when I configured my WSGI file I had to also add a virtual directory that served my static files. I just don’t see how the WSGI configuration provided would serve static files, and am hoping for some guidance.