(window.webpackJsonp=window.webpackJsonp||[]).push([[97],{619:function(e,r,o){"use strict";o.r(r);var t=o(56),n=Object(t.a)({},(function(){var e=this,r=e.$createElement,o=e._self._c||r;return o("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[o("ul",[o("li",[o("a",{attrs:{href:"#getting-our-app-ready-for-render"}},[e._v("Getting our app ready for Render")])])]),e._v(" "),o("h1",{attrs:{id:"getting-our-app-ready-for-render"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#getting-our-app-ready-for-render"}},[e._v("#")]),e._v(" Getting our app ready for Render")]),e._v(" "),o("p",[e._v("We need to add "),o("code",[e._v("gunicorn")]),e._v(" to our "),o("code",[e._v("requirements.txt")]),e._v(" file before we deploy to Render.")]),e._v(" "),o("p",[e._v("You won't be able to run "),o("code",[e._v("gunicorn")]),e._v(" in Windows, but you can install it. In other platforms, you should be able to run "),o("code",[e._v("gunicorn")]),e._v(". Either way, you'll be using "),o("code",[e._v("flask run")]),e._v(" to run your app locally most of the time. We'll only use "),o("code",[e._v("gunicorn")]),e._v(" in Render.com for performance benefits.")])])}),[],!1,null,null,null);r.default=n.exports}}]);