From ba557ab6f2ee06ac5c46e5bb47fcb71abc0be1f6 Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Wed, 24 Feb 2016 15:44:44 -0500 Subject: [PATCH] switch tag to quickstart --- openshift/templates/django-postgresql.json | 2 +- openshift/templates/django.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index ab35eab..0504732 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -5,7 +5,7 @@ "name": "django-psql-example", "annotations": { "description": "An example Django application with a PostgreSQL database", - "tags": "instant-app,python,django,postgresql", + "tags": "quickstart,python,django,postgresql", "iconClass": "icon-python" } }, diff --git a/openshift/templates/django.json b/openshift/templates/django.json index 57037ec..07ba833 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -5,7 +5,7 @@ "name": "django-example", "annotations": { "description": "An example Django application with no database", - "tags": "instant-app,python,django", + "tags": "quickstart,python,django", "iconClass": "icon-python" } },