Fix invalid template name

This commit is contained in:
Rodolfo Carvalho 2015-05-22 14:07:04 +02:00
parent 8c5dfbc161
commit 00e160f732
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"kind": "Template",
"apiVersion": "v1",
"metadata": {
"name": "Django Quickstart",
"name": "django-quickstart",
"annotations": {
"description": "This is a Django application template that uses PostgreSQL for data storage.",
"tags": "instant-app,python,django,postgresql",