"description":"An example Django application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.",
"tags":"quickstart,python,django",
"iconClass":"icon-python"
}
},
"message":"The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.",
"labels":{
"template":"django-psql-persistent"
},
@ -20,7 +22,7 @@
"name":"${NAME}",
"annotations":{
"description":"Exposes and load balances the application pods",
"description":"An example Django application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.",
"tags":"quickstart,python,django",
"iconClass":"icon-python"
}
},
"message":"The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.",
"labels":{
"template":"django-psql-example"
},
@ -20,7 +22,7 @@
"name":"${NAME}",
"annotations":{
"description":"Exposes and load balances the application pods",
"description":"An example Django application with no database",
"openshift.io/display-name":"Django",
"description":"An example Django application with no database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.",
"tags":"quickstart,python,django",
"iconClass":"icon-python"
}
@ -12,6 +13,7 @@
"labels":{
"template":"django-example"
},
"message":"The following service(s) have been created in your project: ${NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.",