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" } },