i need to host a django web app , but there’s also flask integration in the overall project.
when i hosted just the django part, it was working fine.
but the problem im getting is that for both django and flask you need to redirect to the port 0.0.0.0 and it leads to clash.
when i mentioned the flask command too (through &&) in start commands part on dashboard, it executed just the flask app and django part didnt get hosted
im really new to render so idk if for flask it’d support a port other than 0.0.0.0 either
any help is appreciated, thanks