Move static to webstatic and src to websrc. This way when we run ./manage.py collectstatic, files will be copied to the standard static location. Fixes T56402
Move static to webstatic and src to websrc. This way when we run ./manage.py collectstatic, files will be copied to the standard static location. Fixes T56402