switch tag to quickstart
This commit is contained in:
parent
be9cbdadce
commit
ba557ab6f2
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue