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",
"annotations": {
"description": "An example Django application with a PostgreSQL database",
"tags": "instant-app,python,django,postgresql",
"tags": "quickstart,python,django,postgresql",
"iconClass": "icon-python"
}
},

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