From 3c3f724fc5bbdeb94a6086a888c6f4f26d0f9784 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Tue, 2 Jun 2015 16:19:11 +0200 Subject: [PATCH] Fix template missing DATABASE_ENGINE --- openshift/django-source-postgresql.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openshift/django-source-postgresql.json b/openshift/django-source-postgresql.json index 77cab591..c111a7ab 100644 --- a/openshift/django-source-postgresql.json +++ b/openshift/django-source-postgresql.json @@ -305,6 +305,11 @@ "description": "Database service name", "value": "postgresql" }, + { + "name": "DATABASE_ENGINE", + "description": "Database engine: postgresql, mysql or sqlite (default)", + "value": "postgresql" + }, { "name": "DATABASE_NAME", "description": "Database name",