From d5924bb4d5dad52a63ccde6dca7e1bcd6b2ae818 Mon Sep 17 00:00:00 2001 From: David Morris Date: Thu, 5 Oct 2023 20:56:35 +0100 Subject: [PATCH] Try runserver --- railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railway.json b/railway.json index 45e0c69..879a4f8 100644 --- a/railway.json +++ b/railway.json @@ -4,7 +4,7 @@ "builder": "NIXPACKS" }, "deploy": { - "startCommand": "python manage.py migrate && gunicorn core.wsgi", + "startCommand": "python manage.py migrate && python manage.py runserver", "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 }