From 278f687649b4869d65aee7d7576e6b6855d3fbf5 Mon Sep 17 00:00:00 2001 From: Tudor Golubenco Date: Sat, 6 Sep 2025 10:56:56 -0700 Subject: [PATCH] Add django railway template --- docs/quickstarts/railway.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/quickstarts/railway.mdx b/docs/quickstarts/railway.mdx index 7d4c51b..16bfb42 100644 --- a/docs/quickstarts/railway.mdx +++ b/docs/quickstarts/railway.mdx @@ -21,9 +21,11 @@ While Railway offers built-in PostgreSQL templates, this page shows you how to u ![Branch overview](assets/images/branch-overview.png) -3. In the Railway Marketplace you can find the following Xata specific template: +3. In the Railway Marketplace you can find the following Xata specific templates: * [Xata PostgreSQL for Node.js and Drizzle](https://railway.com/deploy/xata-postgresql-nodejs-drizzle?utm_medium=integration&utm_source=docs&utm_campaign=xata) +* [Xata PostgreSQL for Django](https://railway.com/deploy/xata-postgresql-django?utm_medium=integration&utm_source=docs&utm_campaign=xata) + 4. Click **Deploy Now** in the template page. 5. In the creation modal, use the connection string from step 2 as the `DATABASE_URL` setting. @@ -34,6 +36,8 @@ While Railway offers built-in PostgreSQL templates, this page shows you how to u ![Railway template success](assets/images/railway-template-success.png) +Note: The above screenshot is from the Node.js template. The other templates have a different success screen. + ## Add Xata PostgreSQL to your existing Railway project