Fix invalid template name
This commit is contained in:
parent
8c5dfbc161
commit
00e160f732
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"kind": "Template",
|
"kind": "Template",
|
||||||
"apiVersion": "v1",
|
"apiVersion": "v1",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "Django Quickstart",
|
"name": "django-quickstart",
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"description": "This is a Django application template that uses PostgreSQL for data storage.",
|
"description": "This is a Django application template that uses PostgreSQL for data storage.",
|
||||||
"tags": "instant-app,python,django,postgresql",
|
"tags": "instant-app,python,django,postgresql",
|
||||||
|
|
Loading…
Reference in a new issue