Forums

Site is static after deployment

I deployed a django app to http://rishus23.pythonanywhere.com/ following the tutorial on pythonanywhere but my website seems to be static as when I click on join chat button nothing happens. Please help.

It looks like your app is trying to open a WebSockets connection -- unfortunately we don't support WebSocket servers at the moment.

Yup, It's using Django Channels.