Browse Source

Fix invalid template name

pull/2/merge
Rodolfo Carvalho 10 years ago
parent
commit
00e160f732
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application-template.json

+ 1
- 1
application-template.json View File

@ -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…
Cancel
Save