{
  "manifest_version": "1.0.0",
  "template": {
    "id": "89e078c3-899f-484a-882d-974ca16bc91e",
    "slug": "xata-postgresql-django",
    "name": "Xata PostgreSQL + Django",
    "description": "Deploy and Host Xata PostgreSQL + Django with Railway",
    "url": "https://railway.com/deploy/xata-postgresql-django",
    "upstream": {
      "repo_url": "https://github.com/xataio/railway-django-template"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Django with Xata",
      "source": {
        "repo": "https://github.com/xataio/railway-django-template"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DATABASE_URL",
      "service": "Django with Xata",
      "description": "The PostgreSQL connection string. Copy it from the Xata console.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "xata-postgresql-django"
      }
    },
    "cli": "railway deploy --template xata-postgresql-django",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "89e078c3-899f-484a-882d-974ca16bc91e",
            "serializedConfig": {
              "services": {
                "b7c09148-fabd-40a2-95fb-6ebbc760faeb": {
                  "icon": "https://xata.io/images/xata-brand-assets/logo-symbol/logo-square.svg",
                  "name": "Django with Xata",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/xataio/railway-django-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "The PostgreSQL connection string. Copy it from the Xata console.",
                      "defaultValue": "{{DATABASE_URL}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T04:14:38.010Z",
  "generator_version": "0.1.0"
}
