How to host a django project using asgi?
Previously I used the railway template for django projects, but now I want to try to run it through asgi, but I don't know what to do.
6 Replies
Project ID:
N/A
N/A
You might find these helpful:
- Django and Railway Deploy problem
- Django Admin in Railway Template, is it right?
⚠️ experimental feature
Look up some examples of how to run a Django site with asgi and make / change your Procfile accordingly
Got it, thanks.