Skip to content

Commit ba557ab

Browse files
committed
switch tag to quickstart
1 parent be9cbda commit ba557ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openshift/templates/django-postgresql.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "django-psql-example",
66
"annotations": {
77
"description": "An example Django application with a PostgreSQL database",
8-
"tags": "instant-app,python,django,postgresql",
8+
"tags": "quickstart,python,django,postgresql",
99
"iconClass": "icon-python"
1010
}
1111
},

openshift/templates/django.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "django-example",
66
"annotations": {
77
"description": "An example Django application with no database",
8-
"tags": "instant-app,python,django",
8+
"tags": "quickstart,python,django",
99
"iconClass": "icon-python"
1010
}
1111
},

0 commit comments

Comments
 (0)