Merge pull request #30 from bparees/master

switch tag to quickstart
This commit is contained in:
Ben Parees 2016-02-24 15:44:58 -05:00
commit ce117909c4
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"name": "django-psql-example", "name": "django-psql-example",
"annotations": { "annotations": {
"description": "An example Django application with a PostgreSQL database", "description": "An example Django application with a PostgreSQL database",
"tags": "instant-app,python,django,postgresql", "tags": "quickstart,python,django,postgresql",
"iconClass": "icon-python" "iconClass": "icon-python"
} }
}, },

View file

@ -5,7 +5,7 @@
"name": "django-example", "name": "django-example",
"annotations": { "annotations": {
"description": "An example Django application with no database", "description": "An example Django application with no database",
"tags": "instant-app,python,django", "tags": "quickstart,python,django",
"iconClass": "icon-python" "iconClass": "icon-python"
} }
}, },