Browse Source

switch tag to quickstart

pull/30/head
Ben Parees 9 years ago
parent
commit
ba557ab6f2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      openshift/templates/django-postgresql.json
  2. +1
    -1
      openshift/templates/django.json

+ 1
- 1
openshift/templates/django-postgresql.json View File

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


+ 1
- 1
openshift/templates/django.json View File

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


Loading…
Cancel
Save