I am learning about Django Channels and I wonder if that can be done on PythonAnywhere? Can I somehow install/run a Daphne ASGI server?
Thanks a lot for your help.
Regards, Andi
I am learning about Django Channels and I wonder if that can be done on PythonAnywhere? Can I somehow install/run a Daphne ASGI server?
Thanks a lot for your help.
Regards, Andi
It's not possible at the moment, but we are working on that.
and as of now
We have started a private beta for an initial version, and we're working on the UI to make it generally available.
so any news from asgi ui. and how to do it manually i am not expert you see
I see that you posted about this in another forum thread, so I've replied there.
Any news about that? The feature is already requested for almost 8 years now
We are currently in the beta testing phase for ASGI web apps, you can experiment with those features using our API (see and adjust this help page for example). If you want, we can enable limmited UI to interact with ASGI apps as well.
Yes please enable UI interaction with ASGI apps for my account. Thanks!
I've enabled it.
Ok thanks! One question my django app needs some ASGI functionalities (websockets), it seems like I cant incooperate daphne in Django yet (?) and you support FastAPI. For the same project I would like to run Django and FastAPI side by side (for the same website). According to ChatGPT I need to configure a nginx file (in case you use it) to route corresponding request to either Django or FastAPI.
What is the best way to accomplish something like that? I dont wanna rewrite my whole Django App in FastAPI
We have a help page for async Django as well, but you'd need to adjust the help pages code to your needs, nevertheless. If you need to run Django and FastAPI side by side, you need to deploy two apps, I guess.