From c1093f01ae21f53bfbf94c3d8d5a873e6af3cb50 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 22 Feb 2016 00:35:36 -0500 Subject: [PATCH] simplify --- docs/scenarios/web.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 608879f..76ad6e9 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -192,15 +192,6 @@ applications. When using a PaaS, application developers can focus on writing application code rather than needing to be concerned with deployment details. -Most PaaS services offer a command-line interface that developers can use to -set up and interrogate configuration, and to deploy new releases of an -application to the service. - -PaaS services and their partners offer add-on functionality which is well -integrated into the platform, such as database hosting, email services, -logging, scheduled and background tasks, billing and payment, etc. - - Heroku ------